Skip to content

Commit

Permalink
Syntax fix and removing extra linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Mar 1, 2024
1 parent 083d526 commit 47c00e2
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ title: New-PnPLibraryFileVersionExpirationReportJob

Starts generating file version usage report for a document library.


## SYNTAX

```powershell
New-PnPLibraryFileVersionExpirationReportJob [-Identity] <ListPipeBind> -ReportUrl <string>
New-PnPLibraryFileVersionExpirationReportJob -Identity <ListPipeBind> -ReportUrl <string>
```


## DESCRIPTION

Starts generating file version usage report for a document library.


## EXAMPLES

### EXAMPLE 1
Expand All @@ -35,7 +32,6 @@ New-PnPLibraryFileVersionExpirationReportJob -Identity "Documents" -ReportUrl "h

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


## PARAMETERS

### -Identity
Expand Down Expand Up @@ -66,9 +62,6 @@ Accept pipeline input: False
Accept wildcard characters: False
```
## RELATED LINKS
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 comments on commit 47c00e2

Please sign in to comment.