Just moved to a pair of IIS 6.0 servers that are load balanced by NLB and
share content on a NAS, and trying to save some time in setup of new sites, a
daily routine.

Trying to come up with a script that allows me to
- create a new site in any 1 of 3 app pools
- set custom log file directory
- create 14 virtual dirs that point to a UNC path, with 1 vdir in a separate
app pool

I've been reading through the iisweb and adsutil help, but can't find any
way to adjust which app pool new sites go to, or how to modify the logs
directory. Any hidden commands I should be aware of?

I also considered creating the site on 1 server then using iiscnfg to copy
over the metabase, but won't this result in downtime on target server while
the metabase is reloaded? Our metabase is about 15MB, when I've restored it
through the GUI it takes a minute or so.

Thanks in advance