I’m trying to run the get-service command on a remote machine in powershell. After doing some research, it appears this is only possilbe n powershell 2 CTP, which I cannot use as I need to use the version of powershell installed with exchange, which is usualy 1. It seems the -computerName switch is only availible in get-service in ps 2. So i’ve pretty much decided its a no-go, but wanted to see if anyone here had an clever solutions before I give up on it.
I’m trying to run the get-service command on a remote machine in powershell. After
Share
Well, you can go directly to WMI the get the service information.