Search Results for

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

    New-PnPSiteFileVersionExpirationReportJob

    SYNOPSIS

    Starts generating file version usage report for a site collection.

    SYNTAX

    New-PnPSiteFileVersionExpirationReportJob -ReportUrl <string>
    

    DESCRIPTION

    Starts generating file version usage report for a site collection.

    EXAMPLES

    EXAMPLE 1

    New-PnPSiteFileVersionExpirationReportJob -ReportUrl "https://contoso.sharepoint.com/sites/reports/MyReports/VersionReport.csv"
    

    Starts generating file version usage report on for the site collection, saving the result to a csv file within the site collection.

    PARAMETERS

    -ReportUrl

    The URL of the report to save to.

    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