Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

-Service Cmdlets to Target Services on Remote Hosts

$
0
0

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:

Read More


Viewing all articles
Browse latest Browse all 6937

Trending Articles