Skip to content

Commit 247cdf8

Browse files
Learn Editor: Update Get-SPOSiteManageVersionPolicyJobProgress.md
1 parent a5c0fe6 commit 247cdf8

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

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

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ schema: 2.0.0
88
# Get-SPOSiteManageVersionPolicyJobProgress
99

1010
## SYNOPSIS
11-
{{ Fill in the Synopsis }}
11+
Gets the status and progress for background jobs started by [`New-SPOSiteManageVersionPolicyJob`]().
12+
13+
> [!NOTE]
14+
> This feature is currently in preview and may not be available in your tenant.
1215
1316
## SYNTAX
1417

@@ -17,21 +20,25 @@ Get-SPOSiteManageVersionPolicyJobProgress [-Identity] <SpoSitePipeBind> [<Common
1720
```
1821

1922
## DESCRIPTION
20-
{{ Fill in the Description }}
23+
Gets the status and progress for background jobs started by [`New-SPOSiteManageVersionPolicyJob`]().
2124

2225
## EXAMPLES
2326

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

29-
{{ Add example description here }}
33+
Gets the progress of the site manage version policy job for the site.
3034

3135
## PARAMETERS
3236

3337
### -Identity
34-
{{ Fill Identity Description }}
38+
39+
> Applicable: SharePoint Online
40+
41+
Specifies the URL of the site collection.
3542

3643
```yaml
3744
Type: SpoSitePipeBind
@@ -58,3 +65,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5865
## NOTES
5966
6067
## RELATED LINKS
68+
69+
[New-SPOSiteManageVersionPolicyJob](New-SPOSiteManageVersionPolicyJob.md)
70+
71+
[Remove-SPOSiteManageVersionPolicyJob](Remove-SPOSiteManageVersionPolicyJob.md)

0 commit comments

Comments
 (0)