You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example 20 clears the file version setting at site level. The new document libraries will use the Tenant Level setting. It won't impact the existing document libraries.
Example 21 sets automatic version history limit override for video and audio file types at site level. The new document libraries will use this version setting.
Example 22 sets manual version history limit override for video and audio file types at site level by limiting the number of versions and the time (in days) versions are kept. The new document libraries will use this version setting.
Example 23 sets manual version history limit override for video and audio file types at site level by limiting the number of versions with no time limits. The new document libraries will use this version setting.
Example 24 removes the version history limit override for video and audio file types at the site level. The new document libraries will use this version setting.
387
+
335
388
## PARAMETERS
336
389
337
390
### -AddInformationSegment
@@ -518,7 +571,7 @@ Apply the version history limits setting to new document libraries.
An array of file type names. The supported file type names are:
1244
+
1245
+
- Audio
1246
+
1247
+
- OutlookPST
1248
+
1249
+
- Video
1250
+
1251
+
Apply the version history limits to a set of file types so that they no longer follow the default version history limits. It is used in combination with the following parameters:
1252
+
1253
+
- EnableAutoExpirationVersionTrim
1254
+
1255
+
- MajorVersionLimit
1256
+
1257
+
- ExpireVersionsAfterDays
1258
+
1259
+
This must be used with **ApplyToNewDocumentLibraries** switch set to true, because the version history limits are only applied on new document libraries in the site.
An array of file type names. Removes the version history limits to a set of file types so that they will follow the default version history limits.
1812
+
1813
+
This must be used with **ApplyToNewDocumentLibraries** switch set to true, because the version history limits are only applied on new document libraries in the site.
1814
+
1815
+
> [!NOTE]
1816
+
> This feature is currently in preview and may not be available in your tenant.
0 commit comments