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