PowerShell Guru

Soldato
Joined
28 Sep 2008
Posts
14,158
Location
Britain
Sup gurus,

In SharePoint, there is a cmdlet which gets the services running on a specific server.

Get-SPServiceInstance -Server {servername}

I only seem to be able to add this a server at a time. What I'd like to do is enter all 4 servers to see what SharePoint services they are running and output it into a nice table by ServerName and TypeName (which is the variable name for the output of ServiceInstance).

Anyone got a few mins to assist?

Ta
 
Back
Top Bottom