Forum Discussion
Set versioning limits at tenant limit
- Sep 26, 2022
Eddoria I don't think there is any direct setting available for this at tenant level as this settings are available at library level.
You might need to use PowerShell or any other automation which will read all libraries in tenant and update versioning settings programmatically.
References:
- SharePoint Online: How to Enable Versioning on a Document Library using PowerShell?
- SharePoint Online: Set Versioning Limit using PowerShell
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap I get that a new feature needs to be previewed... but what is the current best practice to limit versions below 100? We got major problems with afdesign-files taking huge amount of space.
You will have to set versioning limits at individual SharePoint document library level. Either you can set the versioning limit manually (if you are using less number of libraries for storing such files) or use PowerShell for setting versioning limit to all document libraries in a SharePoint site.
Check: SharePoint Online: Set Versioning Limit using PowerShell
Please consider giving a Like if my post helped you in any way.