Skip to content

Commit adc59b4

Browse files
authored
Syntax fix, removing incorrect parameter and linebreaks
1 parent 23e20db commit adc59b4

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

documentation/Remove-PnPLibraryFileVersionBatchDeleteJob.md

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

1414
Cancels further processing of a file version batch trim job for a document library.
1515

16-
1716
## SYNTAX
1817

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

23-
2422
## DESCRIPTION
2523

2624
Cancels further processing of a file version batch trim job for a document library.
2725

28-
2926
## EXAMPLES
3027

3128
### EXAMPLE 1
@@ -42,7 +39,6 @@ Remove-PnPLibraryFileVersionBatchDeleteJob -Identity "Documents" -DeleteBeforeDa
4239

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

45-
4642
## PARAMETERS
4743

4844
### -Identity
@@ -76,5 +72,3 @@ Accept wildcard characters: False
7672
## RELATED LINKS
7773
7874
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
79-
80-

0 commit comments

Comments
 (0)