Except Get-Service and Set-Service, the other * -Service cmdlets do not support the -ComputerName parameter in PS 1.0 through 4.0. You can pipe a (remote) ServiceController object obtained from Get-Service to workaround this limitation:
↧
Except Get-Service and Set-Service, the other * -Service cmdlets do not support the -ComputerName parameter in PS 1.0 through 4.0. You can pipe a (remote) ServiceController object obtained from Get-Service to workaround this limitation: