PowerShell Get-Service – Remote Managed Services

So.. you have a few servers running some services you would like to manage by Stop or Restart..

what would you do? log in for each server ?(NO!) ,open a GUI Tool? (NO!)

you can simply use PowerShell..Get-Service Command.

you can create a txt file contains the Computers you would like to manage ..or use an Array like : $Computers = @(“Computer1″,”Computer2″,”Computer3”) instead the txt file line 1.

to Stop Service Remotely Run.

To Start Service Remotley Run.

Or Simply to Restart the Service ..

 

(Visited 1,861 times, 1 visits today)

Leave a Reply