Skip to content

Commit

Permalink
Extra linebreaks removed
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers authored Mar 1, 2024
1 parent 47c00e2 commit a7dbf6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documentation/New-PnPSiteFileVersionBatchDeleteJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,16 @@ title: New-PnPSiteFileVersionBatchDeleteJob

Starts a file version batch trim job targeting all document libraries in a site collection.


## SYNTAX

```powershell
New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays <int> [-Force]
```


## DESCRIPTION

Starts a file version batch trim job targeting all document libraries in a site collection.


## EXAMPLES

### EXAMPLE 1
Expand All @@ -42,7 +39,6 @@ New-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays 360 -Force

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


## PARAMETERS

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

0 comments on commit a7dbf6e

Please sign in to comment.