Pages

Friday 20 July 2012

Get Status of Service on a Remote Machine - PowerShell Command


Get-Service ServiceName -computername remotecompname | Select-object -Property Name,Status, MachineName

No comments:

Post a Comment