Posts

Showing posts from May 11, 2014

SharePoint Powershell Import/Export and Move SPWeb

Export-SPWeb “http://sp2010/subsite” -Path "C:\subsite.cmp" -IncludeUserSecurity Import-SPWeb “http://sp2010/subsite” -Path "C:\subsite.cmp" -IncludeUserSecurity -UpdateVersions Overwrite -Force Get-SPSite "http://sp2010" | Propagate-SPContentType -Identity "Document" –UpdateFields Move-SPWeb -Identity "http://sp2010/subsite" -Parent http://sp2010 -UrlName "BlankSubsite"

Change the List View Threshold, List View Lookup Threshold and Other Resource Throttling Settings

1- Login to Central Admin 2- Go to Application Management -> Manage Web Applications 3- Pick the Web application for which you want to change the LVT (If you only have 1 web app plus the central admin one, the one you want to pick is the 1 web app; changing this for the central admin does you no good) 4- In the ribbon above, click General Settings. That will bring down a menu, from which you should pick Resource Throttling