Search Results for

    Show / Hide Table of Contents

    Get-PnPLargeListOperationStatus

    SYNOPSIS

    Get the status of a large list operation. Currently supports large list removal operation.

    SYNTAX

    Get-PnPLargeListOperationStatus [-Identity] <ListId> [-OperationId] <OperationId> [-Connection <PnPConnection>]
    

    DESCRIPTION

    Allows to get the status of a large list operation.

    EXAMPLES

    EXAMPLE 1

    Get-PnPLargeListOperationStatus -Identity 9ea5d197-2227-4156-9ae1-725d74dc029d -OperationId 924e6a34-5c90-4d0d-8083-2efc6d1cf481
    

    PARAMETERS

    -Identity

    ID of the list. Retrieve the value for this parameter from the output of the large list operation command. It can be retrieved as: Remove-PnPList -Identity "Contoso" -Recycle -LargeList

    Type: Guid
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -OperationId

    OperationId of the large list operation. Retrieve the value for this parameter from the output of the large list operation command which can be used as: Remove-PnPList -Identity "Contoso" -Recycle -LargeList.

    Type: Guid
    Parameter Sets: (All)
    
    Required: True
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -Connection

    Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

    Type: PnPConnection
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer