File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,16 @@ title: Remove-PnPLibraryFileVersionBatchDeleteJob
13
13
14
14
Cancels further processing of a file version batch trim job for a document library.
15
15
16
-
17
16
## SYNTAX
18
17
19
18
``` powershell
20
- Remove-PnPLibraryFileVersionBatchDeleteJob [ -Identity] <ListPipeBind> -DeleteBeforeDays <int > [-Force]
19
+ Remove-PnPLibraryFileVersionBatchDeleteJob -Identity <ListPipeBind> [-Force]
21
20
```
22
21
23
-
24
22
## DESCRIPTION
25
23
26
24
Cancels further processing of a file version batch trim job for a document library.
27
25
28
-
29
26
## EXAMPLES
30
27
31
28
### EXAMPLE 1
@@ -42,7 +39,6 @@ Remove-PnPLibraryFileVersionBatchDeleteJob -Identity "Documents" -DeleteBeforeDa
42
39
43
40
Cancels further processing of the file version batch trim job for the document library, without prompting the user for confirmation.
44
41
45
-
46
42
## PARAMETERS
47
43
48
44
### -Identity
@@ -76,5 +72,3 @@ Accept wildcard characters: False
76
72
## RELATED LINKS
77
73
78
74
[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)
79
-
80
-
You can’t perform that action at this time.
0 commit comments