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/Get-SPOSiteManageVersionPolicyJobProgress.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
@@ -14,7 +14,7 @@ manager: yigitd
14
14
# Get-SPOSiteManageVersionPolicyJobProgress
15
15
16
16
## SYNOPSIS
17
-
Gets the status and progress for background jobs started by `New-SPOSiteManageVersionPolicyJob`.
17
+
Gets the status and progress for a background job started by `New-SPOSiteManageVersionPolicyJob`.
18
18
> [!NOTE]
19
19
> This feature is currently in preview and may not be available in your tenant.
An array of file type names. The supported file type names are:
219
-
220
219
- Audio
221
-
222
220
- OutlookPST
223
-
224
221
- Video
225
222
226
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** parameter. For more information about this option, please refer to the documentation for the **Sync** parameter.
235
-
236
-
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).
341
333
342
334
You may use the following parameters in combination to update only the default policy or a set of file type overrides:
343
-
344
-
- ExcludeDefaultPolicy: if set, it will not update the default policy.
345
-
346
-
- FileTypes:
347
-
335
+
- [ExcludeDefaultPolicy](#-ExcludeDefaultPolicy): if set, it will not update the default policy.
336
+
- [FileTypes](#-FileTypes):
348
337
- if set, it will update the specified file types;
349
-
350
338
- if not set, it will update all file type overrides;
351
-
352
339
- if set to an empty array (i.e. `@()`), it will not update any file type overrides.
Example 11 sets automatic version history limits at site level. Automatic setting will be applied to all new document libraries created in the site and a background request will be created to asynchronously process the update on existing document libraries that have versioning enabled.
274
+
Example 11 sets automatic version history limits at the site level. Automatic setting will be applied to all new document libraries created in the site and a background request will be created to asynchronously process the update on existing document libraries that have versioning enabled.
Example 12 sets manual version history limits 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. Also it creates a job to set this manual version setting for existing document libraries that enabled versioning.
282
+
Example 12 sets manual version history limits at the 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. Also it creates a job to set this manual version setting for existing document libraries that enabled versioning.
Example 13 sets manual version history limits at site level by limiting the number of versions with no time limits. The new document libraries will use this version setting. Also it creates a job to set this manual version setting for existing document libraries that enabled versioning.
290
+
Example 13 sets manual version history limits at the site level by limiting the number of versions with no time limits. The new document libraries will use this version setting. Also it creates a job to set this manual version setting for existing document libraries that enabled versioning.
Example 15 sets manual version history limits 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.
306
+
Example 15 sets manual version history limits at the 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 16 sets manual version history limits at site level by limiting the number of versions with no time limits. The new document libraries will use this version setting.
314
+
Example 16 sets manual version history limits at the site level by limiting the number of versions with no time limits. The new document libraries will use this version setting.
317
315
318
316
### Example 17
319
317
@@ -345,7 +343,7 @@ Example 19 creates a request to set manual version history limits that limits th
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.
346
+
Example 20 clears the file version setting at the site level. The new document libraries will use the Tenant Level setting. It won't impact the existing document libraries.
349
347
350
348
### Example 21
351
349
@@ -354,7 +352,7 @@ Example 20 clears the file version setting at site level. The new document libra
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.
355
+
Example 21 sets automatic version history limit override for video and audio file types at the 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.
365
+
Example 22 sets manual version history limit override for video and audio file types at the 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.
375
+
Example 23 sets manual version history limit override for video and audio file types at the site level by limiting the number of versions with no time limits. The new document libraries will use this version setting.
An array of file type names. The supported file type names are:
1244
-
1245
1241
- Audio
1246
-
1247
1242
- OutlookPST
1248
-
1249
1243
- Video
1250
1244
1251
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.
1256
1251
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.
Clear 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.
1366
+
Clear the file version setting at the site level. The new document libraries will use the Tenant Level setting. It won't impact the existing document libraries.
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
1800
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.
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.
1814
1802
1815
1803
> [!NOTE]
1816
1804
> This feature is currently in preview and may not be available in your tenant.
An array of file type names. The supported file type names are:
3173
-
3174
3173
- Audio
3175
-
3176
3174
- OutlookPST
3177
-
3178
3175
- Video
3179
3176
3180
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