-
Notifications
You must be signed in to change notification settings - Fork 197
Update File Type Version Policy SPO Cmdlet Documentations. #985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
garycentric
merged 34 commits into
MicrosoftDocs:main
from
blarrywangmsft:docs-editor/Set-SPOTenant-1755022729
Aug 15, 2025
Merged
Changes from 30 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3df3d17
Learn Editor: Update Set-SPOTenant.md
blarrywangmsft 2e51f13
Learn Editor: Update Set-SPOSite.md
blarrywangmsft 5604501
Learn Editor: Update Set-SPOListVersionPolicy.md
blarrywangmsft f92add7
Learn Editor: Update New-SPOListFileVersionBatchDeleteJob.md
blarrywangmsft 0cb3db8
Add new cmdlet templates.
a5c0fe6
Learn Editor: Update New-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 247cdf8
Learn Editor: Update Get-SPOSiteManageVersionPolicyJobProgress.md
blarrywangmsft f78c775
Learn Editor: Update Remove-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 76103d0
Learn Editor: Update New-SPOSiteManageVersionPolicyJob.md
blarrywangmsft a968dec
Learn Editor: Update New-SPOListFileVersionBatchDeleteJob.md
blarrywangmsft a1b170e
Add table of content.
5261728
Learn Editor: Update Get-SPOSiteManageVersionPolicyJobProgress.md
blarrywangmsft d9d7004
Fix spacing.
d0ba448
Learn Editor: Update New-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 9d98113
Learn Editor: Update New-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 73f3df8
Learn Editor: Update New-SPOListFileVersionBatchDeleteJob.md
blarrywangmsft f47f050
Learn Editor: Update New-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 9311a71
Learn Editor: Update Remove-SPOSiteManageVersionPolicyJob.md
blarrywangmsft 78e2d95
Learn Editor: Update Set-SPOTenant.md
blarrywangmsft 05120fa
Learn Editor: Update Set-SPOTenant.md
blarrywangmsft 350a8f0
Learn Editor: Update Set-SPOSite.md
blarrywangmsft de9c9fb
Learn Editor: Update Set-SPOSite.md
blarrywangmsft 6e83ced
Learn Editor: Update Set-SPOListVersionPolicy.md
blarrywangmsft c503692
Add metadata.
a80a1a2
Address comments.
39f7be1
Merge branch 'docs-editor/Set-SPOTenant-1755022729' of https://github…
6ee3089
Merge branch 'main' into docs-editor/Set-SPOTenant-1755022729
blarrywangmsft 168b839
Update bookmarks.
ccbeb9d
Merge branch 'docs-editor/Set-SPOTenant-1755022729' of https://github…
d6775e2
Fix spacing.
98c7648
Address comments.
517204c
Fix more whitespaces etc.
bbbd665
Reduce the number of examples.
a092256
Add notes for preview.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 76 additions & 0 deletions
76
...osoft.Online.SharePoint.PowerShell/Get-SPOSiteManageVersionPolicyJobProgress.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| --- | ||
| external help file: Microsoft.Online.SharePoint.PowerShell.dll-Help.xml | ||
| Module Name: Microsoft.Online.SharePoint.PowerShell | ||
| online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spositemanageversionpolicyjobprogress | ||
| applicable: SharePoint Online | ||
| title: Get-SPOSiteManageVersionPolicyJobProgress | ||
| schema: 2.0.0 | ||
| author: blarrywangmsft | ||
| ms.author: blarrywang | ||
| ms.reviewer: | ||
| manager: yigitd | ||
| --- | ||
|
|
||
| # Get-SPOSiteManageVersionPolicyJobProgress | ||
|
|
||
| ## SYNOPSIS | ||
| Gets the status and progress for a background job started by `New-SPOSiteManageVersionPolicyJob`. | ||
| > [!NOTE] | ||
| > This feature is currently in preview and may not be available in your tenant. | ||
|
|
||
| ## SYNTAX | ||
|
|
||
| ``` | ||
| Get-SPOSiteManageVersionPolicyJobProgress [-Identity] <SpoSitePipeBind> [<CommonParameters>] | ||
| ``` | ||
|
|
||
| ## DESCRIPTION | ||
| Gets the status and progress for a background job started by `New-SPOSiteManageVersionPolicyJob`. | ||
|
|
||
| ## EXAMPLES | ||
|
|
||
| ### Example 1 | ||
|
|
||
| ``` | ||
| Get-SPOSiteManageVersionPolicyJobProgress https://contoso.sharepoint.com/sites/site1 | ||
| ``` | ||
|
|
||
| Gets the progress of the site manage version policy job for the given site. | ||
|
|
||
| ## PARAMETERS | ||
|
|
||
| ### -Identity | ||
|
|
||
| > Applicable: SharePoint Online | ||
|
|
||
| Specifies the URL of the site collection. | ||
|
|
||
| ```yaml | ||
| Type: SpoSitePipeBind | ||
| Parameter Sets: (All) | ||
| Aliases: | ||
|
|
||
| Required: True | ||
| Position: 0 | ||
| Default value: None | ||
| Accept pipeline input: True (ByValue) | ||
| Accept wildcard characters: False | ||
| ``` | ||
|
|
||
| ### CommonParameters | ||
| 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). | ||
|
|
||
| ## INPUTS | ||
|
|
||
| ### Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind | ||
|
|
||
| ## OUTPUTS | ||
|
|
||
| ### System.Object | ||
| ## NOTES | ||
|
|
||
| ## RELATED LINKS | ||
|
|
||
| [New-SPOSiteManageVersionPolicyJob](New-SPOSiteManageVersionPolicyJob.md) | ||
|
|
||
| [Remove-SPOSiteManageVersionPolicyJob](Remove-SPOSiteManageVersionPolicyJob.md) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.