Get Status of Service on a Remote Machine – PowerShell Command

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

Leave a comment