Skip to content

Instantly share code, notes, and snippets.

@hoangitk
Created November 11, 2020 05:17
Show Gist options
  • Save hoangitk/60ecf64306b9fe5a2c9eb496e497f805 to your computer and use it in GitHub Desktop.
Save hoangitk/60ecf64306b9fe5a2c9eb496e497f805 to your computer and use it in GitHub Desktop.
[appcmd] #cmd #hosting #iis

Appcmd

  • Path: APPCMD=/c/windows/system32/inetsrv/appcmd.exe
  • Stop an apppool:
$APPCMD stop apppool /apppool.name:<your-apppool>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment