Skip to content

Latest commit

 

History

History
75 lines (50 loc) · 1.95 KB

File metadata and controls

75 lines (50 loc) · 1.95 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/get-spositeversionpolicyjobprogress
applicable SharePoint Online
title Get-SPOSiteVersionPolicyJobProgress
schema 2.0.0
author msjennywu
ms.author jennywu
ms.reviewer
manager seanmc

Get-SPOSiteVersionPolicyJobProgress

SYNOPSIS

Gets the progress of setting version policy for existing document libraries on the site collection.

SYNTAX

Get-SPOSiteVersionPolicyJobProgress [-Identity] <SpoSitePipeBind> [<CommonParameters>]

DESCRIPTION

Set-SPOSite cmdlet using ApplyToExistingDocumentLibraries will create a job to set version policy for existing document libraries on the site collection. This cmdlet then gets the progress of the job.

EXAMPLES

Example 1

Get-SPOSiteVersionPolicyJobProgress -Identity https://contoso.sharepoint.com/sites/site1

Example 1 gets the progress of setting version policy for existing document libraries on the site collection.

PARAMETERS

-Identity

Applicable: SharePoint Online

Specifies the URL of the site collection.

Type: Microsoft.Online.SharePoint.PowerShell.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.

INPUTS

Microsoft.Online.SharePoint.PowerShell.SpoSitePipeBind

OUTPUTS

System.Object

NOTES

RELATED LINKS

Set-SPOSite