sharepoint - powershell create new spweb -


how can create new instance of spweb?

i don't want use get-spweb or new-spweb don't want existing object, or create new page.

i want create spweb object , set it's guid.

i not quite firm powershell , sharepoint, can't create spweb without supplying information. doesn't make sense @ all.

from msdn

new-spweb:

creates new site in existing site collection.

new-spweb [-url] <string> [-addtoquicklaunch <switchparameter>] ... 

where url required parameter.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -