How do I extract a list of Windows services and their status to a text file?
- by Alex Angas
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.