Microsoft has come up with a new update for OneDrive and SharePoint libraries which will be rolling out from 30th September 2018 onwards. The update announced in Office 365 Message Center as MC146556. This update initially supposed to impact all customers but based on the customer pushback, Microsoft now allows you to opt it out if you choose to. However, opting out is highly discouraged as it doesn’t carry much pros but cons.
Accordingly, this article on how to configure versioning shall also be updated soon by Microsoft. Simply because if you don’t want to opt it out, you will have versioning enabled – https://support.office.com/en-us/article/enable-and-configure-versioning-for-a-list-or-library-1555d642-23ee-446a-990a-bcab618c7a37?ui=en-US&rs=en-US&ad=US#OfficeVersion=Online
First and foremost, why versioning?
Of course, Autosaving and Restorations need versioning. The ability in Office applications to automatically save your changes and restoration feature of OneDrive depends on versioning.
I opt out so what?
Well, If you have no versioning enabled, you won’t be able to recover your files. Not to be forgotten, you can enabled it back anytime so you will have it all!
Steps to opt out:
You can opt out by running a simple command in PowerShell and for that you
Download the latest SharePoint shell here – https://www.microsoft.com/en-us/download/details.aspx?id=35588
Run “Connect-SPOService -Url – <Your Admin Site Url> -credential admin@yoursite.com” to connect to your Office365 admin site.
Provide the admin credentials and hit “ok”
Then run “Set-SPOTenant -EnableMinimumVersionRequirement $False”
Now check if the command has done the work. Run Get command as shown below and see if you get the result for -EnableMinimumVersionRequirements as False at the bottom of the result.
You are now not impacted by this change, However you are not eligible for the benefits it carry.