Skip to content

Instantly share code, notes, and snippets.

@cchitsiang
Created December 12, 2013 05:41
Show Gist options
  • Save cchitsiang/7923683 to your computer and use it in GitHub Desktop.
Save cchitsiang/7923683 to your computer and use it in GitHub Desktop.
Remove SharePoint Service Application Pool
$spapp = Get-SPServiceApplication -Name "User Profile Service Application”
Remove-SPServiceApplication $spapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment