How do I extract a list of Windows services and their status to a text file?

Posted by Alex Angas on Super User See other posts from Super User or by Alex Angas
Published on 2010-05-25T06:24:16Z Indexed on 2010/05/25 6:32 UTC
Read the original article Hit count: 198

Filed under:
|
|

I would like to get a text dump of the screen you see when running services.msc (except the Description column). This is so I can run a diff after installing different software that adds services to this screen.

Is this possible?

If it's helpful I have access to Powershell but don't know how to retrieve this type of information from it.

© Super User or respective owner

Related posts about Windows

Related posts about export