Created
December 12, 2013 03:14
-
-
Save cchitsiang/7922687 to your computer and use it in GitHub Desktop.
SharePoint 2013: Listing out Existing SharePoint App Pools
http://stevemannspath.blogspot.com/2013/06/sharepoint-2013-listing-out-existing.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Microsoft.SharePoint.Administration.SPWebService]::ContentService.ApplicationPools | ft Name | |
[Microsoft.SharePoint.Administration.SPWebService]::AdministrationService.ApplicationPools | ft Name | |
Get-SPServiceApplicationPool | ft name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment