hitl 发表于 2019-2-3 14:04:52

Sharepoint 2013 Experience all that SharePoint 15 has to offer

  Self-service upgrades on SharePoint Foundation 2013 from SharePoint 2010 experience mode to 2013 experience mode are disallowed.

To disallow, perform the following steps in the SharePoint 2013 Management command-line shell:
  $spSite = SpSite("http://www.contoso.com");
  $spSite.AllowSelfServiceUpgrade = $false
  Introduction to Upgrade in SharePoint Server 2013
  http://blogs.technet.com/b/wbaer/archive/2012/07/17/introduction-to-upgrade-in-sharepoint-server-2013.aspx
  Installing FIM 2010 R2 on SharePoint Foundation 2013
  http://technet.microsoft.com/en-us/library/jj863242(v=ws.10).aspx



页: [1]
查看完整版本: Sharepoint 2013 Experience all that SharePoint 15 has to offer