Fast Site Collection Creation for a template,
Enable-SPWebTemplateForSiteMaster -Template “STS#0” -CompatibilityLevel 15
Let’s get the DB where we have already provisioned a site collection.
$DB = Get-SPContentDatabase -site http://peakfinders/sites/fast
Now lets create a SiteMaster in it.
New-SPSiteMaster...
Showing posts with label Central Admin. Show all posts
Showing posts with label Central Admin. Show all posts
Monday, October 24, 2016
Tuesday, October 18, 2016
18
Oct
Run this command.
New-SPConfigurationDatabase...
Wednesday, May 25, 2016
Go to Sharepoint Central Administration -> Application Management -> Manage service applications-> User profile Service App -> Setup my site
Edit My Site Host and Personal Site Location and input the right location.
$Web = Get-SPWeb http://[MySiteURL]/personal/[UserID]
$Web.SetProperty("urn:schemas-microsoft-com:sharepoint:portal:profile:userprofile_guid",...
Friday, March 18, 2016
monitoring and throttling server resources and large lists for Web applications.
its enables you to control resource utilization during peak usage and prevent user activity from negatively affecting server performance.
General Settings Ribbon, select Resource Throttling.
Enter values for the List...
Tuesday, February 23, 2016
Central Administration
Application Management page,>> Databases section, Select Manage content databases.
Manage Content Databases page, select Add a content database.
Add Content Database page
select the web application to which you want to attach a...