How to export your IIS websites list to a xls (Excel) file - WINDOWS ONLY Print

  • Microsoft Windows, Windows Servers
  • 84

Export IIS Sites into Excel File

You may wish to create a list of sites that are hosted on your Windows IIS server, to do this remote desktop (RDP) into the server and using the Command Line tool, run the following command:

%windir%\system32\inetsrv\appcmd list site > c:\sites.xls

This will then create an Excel spreadsheet with the list of sites in your IIS + each site related information.


Was this answer helpful?

« Back