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
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOListVersionPolicy.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,11 +221,11 @@ An array of file type names. The supported file type names are:
221
221
- Video
222
222
223
223
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:
Or apply the version history limit override for the file types of the tenant or the site (if the site this document library is in has broken inheritance for version history limits) by using the [Sync](#-Sync) parameter. For more information about this option, please refer to the documentation for the [Sync](#-Sync) parameter.
228
+
Or apply the version history limit override for the file types of the tenant or the site (if the site this document library is in has broken inheritance for version history limits) by using the [Sync](#-sync) parameter. For more information about this option, please refer to the documentation for the [Sync](#-sync) parameter.
Apply the version history limits of the tenant or the site (if the site this document library is in has broken inheritance for version history limits).
331
331
332
332
You may use the following parameters in combination to update only the default policy or a set of file type overrides:
333
-
- [ExcludeDefaultPolicy](#-ExcludeDefaultPolicy): if set, it will not update the default policy.
334
-
- [FileTypes](#-FileTypes):
333
+
- [ExcludeDefaultPolicy](#-excludedefaultpolicy): if set, it will not update the default policy.
334
+
- [FileTypes](#-filetypes):
335
335
- if set, it will update the specified file types;
336
336
- if not set, it will update all file type overrides;
337
337
- if set to an empty array (i.e. `@()`), it will not update any file type overrides.
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1243,11 +1243,11 @@ An array of file type names. The supported file type names are:
1243
1243
- Video
1244
1244
1245
1245
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:
This must be used with [ApplyToNewDocumentLibraries](#-ApplyToNewDocumentLibraries) switch set to true, because the version history limits are only applied on new document libraries in the site.
1250
+
This must be used with [ApplyToNewDocumentLibraries](#-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.
1800
1800
1801
-
This must be used with [ApplyToNewDocumentLibraries](#-ApplyToNewDocumentLibraries) switch set to true, because the version history limits are only applied on new document libraries in the site.
1801
+
This must be used with [ApplyToNewDocumentLibraries](#-applytonewdocumentlibraries) switch set to true, because the version history limits are only applied on new document libraries in the site.
1802
1802
1803
1803
> [!NOTE]
1804
1804
> This feature is currently in preview and may not be available in your tenant.
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3175,9 +3175,9 @@ An array of file type names. The supported file type names are:
3175
3175
- Video
3176
3176
3177
3177
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:
0 commit comments