Wednesday, May 29, 2013
Creating Content DB with New Site Collection
Better way to approach creating the new site collection in the specific content database is to use New-SPContentDatabase and New-SPSite PowerShell commands.
Step 1- Add New Content DB to the Web Application
New-SPContentDatabase -Name WSS_Content_Accounts -WebApplication http://sp2010
Step 2- Create New Site Collection with Top Level Site Based on Team Site Template in the New Content DB
New-SPSite http://sp2010/sites/accounts -OwnerAlias “Training\Administrator” -ContentDatabase WSS_Content_Accounts -Name “Account Sites” -Description “Account Sites Container” -Template “STS#0?
Subscribe to:
Post Comments (Atom)
HTML
Script:
No comments:
Post a Comment