0
kicks
Question: STSADM CreateWeb Does not Add to QuickLaunch
We have been in the process of creating scripts for deploying our SharePoint portal. We first scripted out the Site Collection using "stsadm -o createsiteinnewdb" so we can keep our organizations in their own content database. Nested with deach createsiteinnewdb call were multiple "stsadm -o createweb" calls for each organizations divisions to have their own subsite. Here is the kicker. Using stsadm to create subsites does not add the subsite to the quick launch under Sites.
Does anyone know how to script this out...it works using the GUI but that means we will have to create 30+ subsites using the GUI...I'd rather script it out.