Showing posts with label Central Admin. Show all posts
Showing posts with label Central Admin. Show all posts

Monday, October 24, 2016

24 Oct

Fast Site Creation in SharePoint 2016

 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...

Tuesday, October 18, 2016

18 Oct

The specified user account "domain\username" is a local account. Local accounts should only be used in stand alone mode

Run this command. New-SPConfigurationDatabase...

Wednesday, May 25, 2016

25 May

MySite navigates to person.aspx page rather than actual mysite

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

18 Mar

Resource Throttling in SharePoint 2013

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

23 Feb

Attach a content Database in SharePoint

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...