Tuesday, January 31, 2012

Sharepoint 2010 Application Pool GUID

Having problems finding out which application pool is for which service in Sharepoint 2010 all you get is the GUID.  Well Run the below Powershell script to obtain application Pool information.

Get-SPServiceApplicationPool | select Id, Name, ProcessAccountName |ft

It is displayed as below

<><>
IdNameProcessAccountName
508h3s656-hdrf-gs45-afse5-ffhgrrddgffg7567MetaDataServiceAppPoolDomain\service account name
fdfkh56-3454g-34ds-ffdkr-vclkjtj304954SecurityTokenServiceApplicationPoolDomain\service account name
xgt62r-1dr3-2345-sdf3-dfdgfrgfd454SharePoint Web Services SystemDomain\service account name
dfetbr65576-fgt64f-fr565-xdrgff3-dfrt56ntgrUserProfilePoolDomain\service account name

No comments:

Post a Comment