Search Results for

    Show / Hide Table of Contents
    Available in the current Nightly Release only.

    Get-PnPLibraryFileVersionExpirationReportJobStatus

    SYNOPSIS

    Gets the status for a file version usage report generation job for a document library.

    SYNTAX

    Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity <ListPipeBind> -ReportUrl <string>
    

    DESCRIPTION

    Gets the status for a file version usage report generation job for a document library.

    EXAMPLES

    EXAMPLE 1

    Get-PnPLibraryFileVersionExpirationReportJobStatus -Identity "Documents" -ReportUrl "https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv"
    

    Gets the status for a file version usage report generation job for a document library.

    PARAMETERS

    -Identity

    The ID, name or Url (Lists/MyList) of the document library to get the job status on.

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

    -ReportUrl

    The URL of the report to get the job status on.

    Type: string
    Parameter Sets: (All)
    
    Required: True
    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