You can use the Get-SPServiceApplication cmdlet to display information about your IIS service application pools. By default, the Name and ProcessAccountName properties are displayed. You can use Select-Object if you want to display all properties.
PS > Get-SPServiceApplicationPool -Identity "Metadata AppPool" |
>> Select-Object *
ReTweet this Tip!
Posted
May 07 2012, 06:00 AM
by
sos