Skip to content

Commit 02ec3fa

Browse files
author
jennywu
committed
Resolve comments
1 parent 992de28 commit 02ec3fa

File tree

4 files changed

+38
-32
lines changed

4 files changed

+38
-32
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTenantApplyFileVersionPolicyJobProgress.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
> [!NOTE]
19-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
18+
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license is required to run this cmdlet.
2019

21-
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management (SAM) license is required to run this cmdlet.
20+
> [!NOTE]
21+
> This feature is currently in preview and may not be available in your tenant.
2222
2323
## SYNTAX
2424

@@ -42,7 +42,7 @@ Example 1 gets the status for a tenant apply file version policy job.
4242
## PARAMETERS
4343

4444
### CommonParameters
45-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
45+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
4646

4747
## INPUTS
4848

@@ -57,4 +57,6 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5757

5858
[New-SPOTenantApplyFileVersionPolicyJob](New-SPOTenantApplyFileVersionPolicyJob.md)
5959

60-
[Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
60+
[Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
61+
62+
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Get the structural navigation caching state for a web.
364364
Returns SharePoint Online organization properties.
365365

366366
### [Get-SPOTenantApplyFileVersionPolicyJobProgress](Get-SPOTenantApplyFileVersionPolicyJobProgress.md)
367-
Gets the status for a tenant apply file version policy job.
367+
Gets the status for a tenant apply file version policy job. SharePoint Advanced Management license is required to run this cmdlet.
368368

369369
### [Get-SPOTenantCdnEnabled](Get-SPOTenantCdnEnabled.md)
370370
Returns whether Public content delivery network (CDN) or Private CDN is enabled on the tenant level. Requires Tenant administrator permissions.
@@ -487,7 +487,7 @@ Starts a background job to manage file versions and version history limits for a
487487
Creates a new sharing report job.
488488

489489
### [New-SPOTenantApplyFileVersionPolicyJob](New-SPOTenantApplyFileVersionPolicyJob.md)
490-
Queues a job to apply the tenant-level file version policy across all sites.
490+
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
491491

492492
### [Register-SPODataEncryptionPolicy](Register-SPODataEncryptionPolicy.md)
493493
Cmdlet to register customer encryption status for your geo tenant. For more information, see [Controlling your data in Office 365 using Customer Key](/microsoft-365/compliance/controlling-your-data-using-customer-key)
@@ -607,7 +607,7 @@ Cancels further processing of version settings update on existing document libra
607607
Tenant properties allow tenant administrators to add properties in the app catalog that can be read by various SharePoint Framework components. Because tenant properties are stored in the tenant app catalog, you must provide the tenant app catalog site collection URL or the site collection app catalog URL in the following cmdlets. This cmdlet is used to remove a value in the property bag.
608608

609609
### [Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
610-
Stops further processing of tenant apply file version policy job that is in-progress.
610+
Stops further processing of tenant apply file version policy job that is in-progress. SharePoint Advanced Management license is required to run this cmdlet.
611611

612612
### [Remove-SPOTenantCdnOrigin](Remove-SPOTenantCdnOrigin.md)
613613
Removes a new origin from the Public or Private content delivery network (CDN). Requires Tenant administrator permissions.

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

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,33 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
> [!NOTE]
19-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
18+
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management license is required to run this cmdlet.
2019

21-
Queues a job to apply the tenant-level file version policy across all sites. SharePoint Advanced Management (SAM) license is required to run this cmdlet.
20+
> [!NOTE]
21+
> This feature is currently in preview and may not be available in your tenant.
2222
2323
## SYNTAX
2424

2525
```
26-
New-SPOTenantApplyFileVersionPolicyJob [-TrimVersions] [-SetVersionPolicy] [-WhatIf] [-Confirm]
27-
[<CommonParameters>]
26+
New-SPOTenantApplyFileVersionPolicyJob [-TrimVersions] [-SetVersionPolicy] [-WhatIf] [-Confirm] [<CommonParameters>]
2827
```
2928

3029
## DESCRIPTION
3130

32-
Queues a job to apply the tenant-level file version policy across all sites. The job trims existing file versions and/or set version policy for existing document libraries based on the version policy configured at the tenant level.
31+
Queues a job to apply the tenant-level file version policy across all sites. The job trims existing file versions and/or sets version policy for existing document libraries based on the version policy configured at the tenant level.
3332

3433
The following site types are excluded from processing:
3534

3635
- Read-only sites
37-
3836
- Locked sites
39-
4037
- Archived sites
41-
4238
- Sites with version policy broken inheritance
4339

44-
Caution:
45-
- Versions deleted using this cmdlet will be permanently deleted and cannot be recovered from the recycle bin.
46-
- If the tenant-level version policy is modified while the job is in progress, the job will apply the updated policy to the remaining sites that have not yet been processed. Sites that were already processed will not be re-evaluated or updated.
40+
> [!NOTE]
41+
> - Versions deleted using this cmdlet will be permanently deleted and cannot be recovered from the recycle bin.
42+
> - Use `Get-SPOTenant` cmdlet and the `EnableAutoExpirationVersionTrim`, `MajorVersionLimit`, `ExpireVersionsAfterDays` and `VersionPolicyFileTypeOverride` properties to confirm the tenant-level file version policy before running the cmdlet to make sure it matches your intended configuration.
43+
> - If the tenant-level version policy changes while the job is in progress, the job will apply the updated policy to the remaining sites that have not yet been processed. Sites that were already processed will not be re-evaluated or updated.
44+
> - Allow only one job per tenant.
4745
4846
## EXAMPLES
4947

@@ -86,7 +84,7 @@ Accept wildcard characters: False
8684
```
8785
8886
### -SetVersionPolicy
89-
Set version policy for existing document libraries across all sites.
87+
Sets version policy for existing document libraries across all sites.
9088
9189
```yaml
9290
Type: SwitchParameter
@@ -101,7 +99,7 @@ Accept wildcard characters: False
10199
```
102100
103101
### -TrimVersions
104-
Trim versions for files in document libraries across all sites.
102+
Trims versions for files in document libraries across all sites.
105103
106104
```yaml
107105
Type: SwitchParameter
@@ -132,7 +130,7 @@ Accept wildcard characters: False
132130
```
133131
134132
### CommonParameters
135-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
133+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
136134

137135
## INPUTS
138136

@@ -147,4 +145,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
147145

148146
[Get-SPOTenantApplyFileVersionPolicyJobProgress](Get-SPOTenantApplyFileVersionPolicyJobProgress.md)
149147

150-
[Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
148+
[Remove-SPOTenantApplyFileVersionPolicyJob](Remove-SPOTenantApplyFileVersionPolicyJob.md)
149+
150+
[Get-SPOTenant](Get-SPOTenant.md)
151+
152+
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ manager: seanmc
1515

1616
## SYNOPSIS
1717

18-
> [!NOTE]
19-
> This feature is part of the version history controls preview. If your tenant is not part of the preview or the feature has not rolled out to your tenant, you will get an error when trying to run this cmdlet.
18+
Stops further processing of tenant apply file version policy job that is in progress. SharePoint Advanced Management license is required to run this cmdlet.
2019

21-
Stops further processing of tenant apply file version policy job that is in-progress. SharePoint Advanced Management (SAM) license is required to run this cmdlet.
20+
> [!NOTE]
21+
> This feature is currently in preview and may not be available in your tenant.
2222
2323
## SYNTAX
2424

@@ -28,11 +28,11 @@ Remove-SPOTenantApplyFileVersionPolicyJob [-WhatIf] [-Confirm] [<CommonParameter
2828

2929
## DESCRIPTION
3030

31-
Stops further processing of tenant apply file version policy job that is in-progress.
31+
Stops further processing of tenant apply file version policy job that is in progress.
3232

33-
Caution:
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.
33+
> [!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.
3636
3737
## EXAMPLES
3838

@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### CommonParameters
80-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
80+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
8181

8282
## INPUTS
8383

@@ -93,3 +93,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9393
[New-SPOTenantApplyFileVersionPolicyJob](New-SPOTenantApplyFileVersionPolicyJob.md)
9494

9595
[Get-SPOTenantApplyFileVersionPolicyJobProgress](Get-SPOTenantApplyFileVersionPolicyJobProgress.md)
96+
97+
[SharePoint Advanced Management](/sharepoint/sharepoint-advanced-management-licensing)

0 commit comments

Comments
 (0)