Skip to content

Instantly share code, notes, and snippets.

@vgerbase
Created August 6, 2017 14:45
Show Gist options
  • Save vgerbase/fde9cf067f6116cc35772a3ab9f2f71a to your computer and use it in GitHub Desktop.
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
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