Search This Blog

Friday, February 19, 2010

Get Id from Service Application thru PowerShell

From PowerShell prompt:

Get-SPServiceApplication | select id, name

Pipe i.e. "|" symbol is the same as earlier i.e. send the output of a command as input for one after |

No comments: