Created
August 6, 2017 14:45
-
-
Save vgerbase/fde9cf067f6116cc35772a3ab9f2f71a to your computer and use it in GitHub Desktop.
How to export site list and bindings info from IIS 7 and IIS 7.5 to a TXT file
This file contains 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
REM http://manjitsinhal.blogspot.com.br/2013/04/how-to-export-site-list-and-bindings.html | |
Cd %windir%\system32\inetsrv | |
appcmd list site > c:\sites-list.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment