Alpesh Nakar's Blog

PowerShell To List Service Applications

Service Applications is one of the newest additions in SharePoint 2010 arsenal of features. As again you can manage Service Applications via the SharePoint 2010 Management Shell. In the illustration under, you will see how we can get a list of Service Applications deployed.

Get-SPServiceApplication cmdlet lists all service applications in a farm with their Display Name, TypeName and ID

clip_image002

Now type the same command piped with Select Id, Name to get these results

clip_image004

This entry was posted on Tuesday, January 19th, 2010 at 9:30 am and is filled under: Scripts, SharePoint, SharePoint 2010