Esportare la comfigurazione di IIS7
Tramite il comando appcmd.exe di IIS7 è possibile esportare la configurazione dei siti e degli application pool:
Vedi anche Getting Started with AppCmd.exe
DOS / Batch file
%windir%\system32\inetsrv\appcmd list site /config /xml > .\sites-all.xml
Vedi anche Getting Started with AppCmd.exe