Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Created September 9, 2015 07:59
Show Gist options
  • Save murarisumit/80b8a1d52da4e5e814db to your computer and use it in GitHub Desktop.
Save murarisumit/80b8a1d52da4e5e814db to your computer and use it in GitHub Desktop.
Stop all running sites at IIS #iis
c:\windows\system32\inetsrv\appcmd.exe list site /xml /state:"$=started" | c:\windows\system32\inetsrv\appcmd.exe stop site /in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment