PowerShell To Create a New Site Collection
Situation: You want to create a new site collection in your SharePoint environment
Old Method: Go to Central Admin…
Smart Method: Use PowerShell
How?
Launch your Administrator: SharePoint 2010 Management Shell
Type
New-SPSite –url http://server/sites/DocumentCenter -OwnerAlias justsharepoint\administrator -Name "Document Center” –Template BDR#0
This will create a site collection with Document Center Template.
- thanks....
- Great Dude!! This work arround really help me! Thanks a l...
- Hello Alpesh, Thanks for above. I tried the above, more spe...
- This could also be achieved by deactivating the farm feature...
- How do I disable social media components for a particular si...
- We have created My site on sharepoint 2010, and recently som...
- Anything in the event viewer?...
- For Windows 7 the path is: C:\Users\USERNAME\AppData\Roamin...
- Just what I was looking for! Thank You!!!! You just made my ...
- Hi i keep getting 0x80070005 access denied error when tryin...






