@Kelly said in Use Powershell to audit Windows service accounts:
Unless you're wanting to use Powershell for a learning experience you might look at something like this: http://www.cjwdev.com/Software/ServiceCredMan/Info.html. If you still want to use the Powershell route this might be a good way to check the success of your script.
That looks like it will do exactly what we want... thanks for the link.