Created
September 9, 2015 07:59
-
-
Save murarisumit/80b8a1d52da4e5e814db to your computer and use it in GitHub Desktop.
Stop all running sites at IIS #iis
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
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