Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
APPLIES TO: 2013
2016
2019
Subscription Edition
SharePoint in Microsoft 365
As part of the November 2016 public update for SharePoint Server 2016 (Feature Pack 1), a new modern user experience for Microsoft OneDrive is included. This modern user experience is turned on automatically when you install the public update. However, you can use Microsoft PowerShell to toggle the user experience off and on if you need to.
The OneDrive modern user experience requires an active Software Assurance contract at the time it is enabled, either by installation of the PU or by manual enablement. If you don't have an active Software Assurance contract at the time of enablement, then you must turn the OneDrive modern user experience off.
Turn the OneDrive modern user experience off
Make sure you have permissions to administer SharePoint Server with Windows PowerShell, and log in to a server in your SharePoint farm. Open the SharePoint 2016 Management Shell as administrator and run the following script:
$Farm = Get-SPFarm
$Farm.OneDriveUserExperienceVersion = [Microsoft.SharePoint.Administration.OneDriveUserExperienceVersion]::Version1
$Farm.Update()
Turn the OneDrive modern user experience on
Make sure you have permissions to administer SharePoint Server with Windows PowerShell, and log in to a server in your SharePoint farm. Open the SharePoint 2016 Management Shell as administrator and run the following script:
$Farm = Get-SPFarm
$Farm.OneDriveUserExperienceVersion = [Microsoft.SharePoint.Administration.OneDriveUserExperienceVersion]::Version2
$Farm.Update()
Events
Microsoft 365 Community Conference
May 6, 2 PM - May 9, 12 AM
Skill up for the era of AI at the ultimate community-led Microsoft 365 event, May 6-8 in Las Vegas.
Learn moreTraining
Module
Manage SharePoint Online by using Windows PowerShell - Training
Manage SharePoint Online by using Windows PowerShell
Certification
Microsoft 365 Certified: Administrator Expert - Certifications
If you’re an administrator who deploys and manages Microsoft 365 and performs Microsoft 365 tenant-level implementation and administration of cloud and hybrid environments, this certification is designed for you.
Documentation
Plan for Microsoft OneDrive in Microsoft 365 or SharePoint Server - SharePoint Server
Learn about things you need to consider when planning to set up Microsoft OneDrive in a SharePoint Server on-premises environment.
Set up OneDrive in a SharePoint Server on-premises environment - SharePoint Server
Learn the steps needed to set up OneDrive in a SharePoint Server on-premises environment.
Overview of OneDrive in SharePoint Server - SharePoint Server
Learn about OneDrive in SharePoint Server.