Forum Discussion
Lingwisyer-2
Feb 09, 2026Occasional Reader
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? ...
DaveMehr365
Mar 13, 2026MVP
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
- LingwisyerMar 15, 2026Copper Contributor
The question was about the type arrays available, as the current two, audio and video, do not help me.