appcmd
%windir%\system32\inetsrv
appcmd list apppool /config /xml > c:\AppPools.xml
AppPools.xml
appcmd add apppool /in < c:\AppPools.xml
appcmd list site /config /xml > c:\sites.xml
appcmd add site /in < c:\sites.xml
appcmd list apppool “MyAppPool” /config /xml > c:\myapppool.xml
appcmd list site “MyWebsite” /config /xml > c:\mywebsite.xml
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.