I'm am scripting my Sharepoint installation and am trying to set
the "title" when extending/creating the top level site. I am trying
(sample):
"C:\program files\common files\microsoft shared\web server
extensions\12\bin\stsadm.exe" -o extendvs -url http://url -
ownerlogin "domain\username" -owneremail "bwolin@..." -
exclusivelyusentlm -ownername "Wolin, Bob" -databaseserver SQL1 -
databasename Domain_WSS_Content -sitetemplate spsportal -
title "My Application" -description "Our Portal
Application" -sethostheader -apidname AnAppPool -apidtype
configurableid -apidlogin mossservice -apidpwd mossservicepassword.
STSADM doesn't like the "-title" parameter does anyone know how to
set the title?