Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.94 KB

File metadata and controls

81 lines (57 loc) · 1.94 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/get-spolistfileversionbatchdeletejobprogress
applicable SharePoint Online
title Get-SPOListFileVersionBatchDeleteJobProgress
schema 2.0.0
author msjennywu
ms.author jennywu
ms.reviewer
manager seanmc

Get-SPOListFileVersionBatchDeleteJobProgress

SYNOPSIS

Gets the progress of a trim job for a site collection.

SYNTAX

Get-SPOListFileVersionBatchDeleteJobProgress [-Site] <SpoSitePipeBind> [-List] <SpoListPipeBind> [<CommonParameters>]

DESCRIPTION

Gets the progress of a trim job for a document library.

EXAMPLES

EXAMPLE 1

Get-SPOListFileVersionBatchDeleteJobProgress -Site https://contoso.sharepoint.com/sites/site1 -List "Documents"

Example 1 gets the progress of a trim job for a document library called "Documents".

PARAMETERS

-Site

Specifies the URL of the site.

Type: SpoSitePipeBind
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-List

The document library name or Id.

Type: SPOListPipeBind
Parameter Sets: (All)

Required: True
Position: Named
Default value: None
Accept pipeline input: False
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.

RELATED LINKS

Remove-SPOListFileVersionBatchDeleteJob

New-SPOListFileVersionBatchDeleteJob