Skip to content

Commit a967c4a

Browse files
authored
Removing incorrect parameter
1 parent adc59b4 commit a967c4a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

documentation/Remove-PnPSiteFileVersionBatchDeleteJob.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,16 @@ title: Remove-PnPSiteFileVersionBatchDeleteJob
1313

1414
Cancels further processing of a file version batch trim job for a site collection.
1515

16-
1716
## SYNTAX
1817

1918
```powershell
20-
Remove-PnPSiteFileVersionBatchDeleteJob -DeleteBeforeDays <int> [-Force]
19+
Remove-PnPSiteFileVersionBatchDeleteJob [-Force]
2120
```
2221

23-
2422
## DESCRIPTION
2523

2624
Cancels further processing of a file version batch trim job for a site collection.
2725

28-
2926
## EXAMPLES
3027

3128
### EXAMPLE 1
@@ -42,7 +39,6 @@ Remove-PnPSiteFileVersionBatchDeleteJob -Force
4239

4340
Cancels further processing of the file version batch trim job for the site collection, without prompting the user for confirmation.
4441

45-
4642
## PARAMETERS
4743

4844
### -Force
@@ -62,5 +58,3 @@ Accept wildcard characters: False
6258
## RELATED LINKS
6359
6460
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
65-
66-

0 commit comments

Comments
 (0)