Skip to content

Commit f78c775

Browse files
Learn Editor: Update Remove-SPOSiteManageVersionPolicyJob.md
1 parent 247cdf8 commit f78c775

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

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

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,29 @@ schema: 2.0.0
88
# Remove-SPOSiteManageVersionPolicyJob
99

1010
## SYNOPSIS
11-
{{ Fill in the Synopsis }}
11+
Stops further processing of site manage version policy job that is in-progress.
12+
13+
> [!NOTE]
14+
> This feature is currently in preview and may not be available in your tenant.
1215
1316
## SYNTAX
1417

15-
```
18+
```powershell
1619
Remove-SPOSiteManageVersionPolicyJob [-Identity] <SpoSitePipeBind> [-WhatIf] [-Confirm] [<CommonParameters>]
1720
```
1821

1922
## DESCRIPTION
20-
{{ Fill in the Description }}
23+
Stops further processing of site manage version policy job that is in-progress.
2124

2225
## EXAMPLES
2326

2427
### Example 1
28+
2529
```powershell
26-
PS C:\> {{ Add example code here }}
30+
Remove-SPOSiteFileVersionBatchDeleteJob -Identity https://contoso.sharepoint.com/sites/site1
2731
```
2832

29-
{{ Add example description here }}
33+
Stops further processing of site manage version policy job
3034

3135
## PARAMETERS
3236

@@ -46,7 +50,9 @@ Accept wildcard characters: False
4650
```
4751
4852
### -Identity
49-
{{ Fill Identity Description }}
53+
> Applicable: SharePoint Online
54+
55+
Specifies the URL of the site collection.
5056
5157
```yaml
5258
Type: SpoSitePipeBind
@@ -89,3 +95,5 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
8995
## NOTES
9096
9197
## RELATED LINKS
98+
[Get-SPOSiteManageVersionPolicyJobProgress](Get-SPOSiteManageVersionPolicyJobProgress.md)
99+
[New-SPOSiteManageVersionPolicyJob](New-SPOSiteManageVersionPolicyJob.md)

0 commit comments

Comments
 (0)