DBA72 wrote:
> I am putting together a server build documentation and script for an IIS server that I didn't initially build and for which I have no build instructions.
>
> Is there any way to back up all the IIS install configuration options so that I can make this part of an automated build script?
Hint:
set MyIIS = GetObject("IIS://Localhost")
MyIIS.Backup "",MD_BACKUP_NEXT_VERSION,0
For more details:
<a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2757" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2757</a>
<a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2538" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2538</a>
-Andrey<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Backing up and restoring IIS settings