Forum Discussion
File Type Version Limits
Hi all,
In trying to solve an old issue I stumbled across this new feature currently in preview and am wondering if the file type arrays will be editable or if new arrays could be or will be added? I have a handful of file types which do not need 100 versions, let alone a version every 2-5 minutes, requiring frequent culling...
Ling.
https://learn.microsoft.com/en-us/sharepoint/file-type-version-limits
2 Replies
you can set the file type version limits with PowerShell:
https://learn.microsoft.com/sharepoint/set-default-org-version-limits?WT.mc_id=DX-MVP-5004845
Set-SPOTenant `
-MajorVersionLimit 100 `
-ExpireVersionsAfterDays 30 `
-EnableAutoExpirationVersionTrim $false `
-FileTypesForVersionExpiration @("audio", "video")
Best, Dave
- LingwisyerCopper Contributor
The question was about the type arrays available, as the current two, audio and video, do not help me.