Skip to content

Instantly share code, notes, and snippets.

@Wesley-Lomax
Created July 3, 2017 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wesley-Lomax/7860c1a9f4d97a83ab85c175d8c69f82 to your computer and use it in GitHub Desktop.
Save Wesley-Lomax/7860c1a9f4d97a83ab85c175d8c69f82 to your computer and use it in GitHub Desktop.
Start and Stop and App Pool with PowerShell
Write-Host "Stopping AppPool"
Stop-WebAppPool -Name AppPool
Write-Host "Starting AppPool"
Start-WebAppPool -Name AppPool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment