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 c968b54 commit 083d526
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions documentation/New-PnPLibraryFileVersionBatchDeleteJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ title: New-PnPLibraryFileVersionBatchDeleteJob

Starts a file version batch trim job for a document library.


## SYNTAX

```powershell
New-PnPLibraryFileVersionBatchDeleteJob [-Identity] <ListPipeBind> -DeleteBeforeDays <int> [-Force]
New-PnPLibraryFileVersionBatchDeleteJob -Identity <ListPipeBind> -DeleteBeforeDays <int> [-Force]
```


## DESCRIPTION

Starts a file version batch trim job for a document library.


## EXAMPLES

### EXAMPLE 1
Expand All @@ -42,7 +39,6 @@ New-PnPLibraryFileVersionBatchDeleteJob -Identity "Documents" -DeleteBeforeDays

Starts a file version batch trim job that will delete all file verions that are over 360 days old in the document library, without prompting the user for confirmation.


## PARAMETERS

### -Identity
Expand Down Expand Up @@ -90,5 +86,3 @@ Accept wildcard characters: False
## RELATED LINKS
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)

0 comments on commit 083d526

Please sign in to comment.