Skip to content

Commit d04c315

Browse files
author
jennywu
committed
Resolve comments and updates
1 parent 02ec3fa commit d04c315

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/New-SPOTenantApplyFileVersionPolicyJob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ The following site types are excluded from processing:
5050
New-SPOTenantApplyFileVersionPolicyJob -TrimVersions -SetVersionPolicy
5151
```
5252

53-
Example 1 starts a tenant apply file version policy job to trim versions and set version policy for existing document libraries across all sites.
53+
Example 1 starts a tenant apply file version policy job to trim existing versions and set version policy for existing document libraries across all sites.
5454

5555
### Example 2
5656
```powershell
5757
New-SPOTenantApplyFileVersionPolicyJob -TrimVersions
5858
```
5959

60-
Example 2 starts a tenant apply file version policy job to trim versions for files in doducment libraries across all sites.
60+
Example 2 starts a tenant apply file version policy job to trim existing versions for files in doducment libraries across all sites.
6161

6262
### Example 3
6363
```powershell
@@ -84,7 +84,7 @@ Accept wildcard characters: False
8484
```
8585
8686
### -SetVersionPolicy
87-
Sets version policy for existing document libraries across all sites.
87+
Sets version policy for existing document libraries across all sites based on the tenant-level file version policy. The version policy applys to new versions created in these existing document libraries.
8888
8989
```yaml
9090
Type: SwitchParameter
@@ -99,7 +99,7 @@ Accept wildcard characters: False
9999
```
100100
101101
### -TrimVersions
102-
Trims versions for files in document libraries across all sites.
102+
Trims existing versions for files in document libraries across all sites based on the tenant-level file version policy.
103103
104104
```yaml
105105
Type: SwitchParameter

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOTenantApplyFileVersionPolicyJob.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Remove-SPOTenantApplyFileVersionPolicyJob [-WhatIf] [-Confirm] [<CommonParameter
3131
Stops further processing of tenant apply file version policy job that is in progress.
3232

3333
> [!NOTE]
34-
> - When 'TrimVersions' is specified in the job, this will stop creating new jobs that trim versions for sites. This does not affect versions that were already permanently deleted while the job was running.
35-
> - When 'SetVersionPolicy' is specified in the job, this will stop creating new jobs that apply the new version policy to existing document libraries for sites. The version policies that were already applied remain in place and will not be reverted.
34+
> - If the tenant apply version job is queued by using the cmdlet `New-SPOTenantApplyFileVersionPolicyJob` with the `TrimVersions` parameter, this will stop creating new sub-jobs that trim versions for sites. This does not affect versions that were already permanently deleted while the job was running.
35+
> - If the tenant apply version job is queued by using the cmdlet `New-SPOTenantApplyFileVersionPolicyJob` with the `SetVersionPolicy` parameter, this will stop creating new sub-jobs that apply the new version policy to existing document libraries for sites. The version policies that were already applied remain in place and will not be reverted.
3636
3737
## EXAMPLES
3838

0 commit comments

Comments
 (0)