File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docset/winserver2012-ps/printmanagement Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ Suspends a print job on the specified printer.
16
16
17
17
## SYNTAX
18
18
19
- ### UNNAMED_PARAMETER_SET_1
19
+ ### jobObject
20
20
```
21
21
Suspend-PrintJob [-PrinterName] <String> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
22
22
[-ComputerName <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
23
23
```
24
24
25
- ### UNNAMED_PARAMETER_SET_2
25
+ ### printerName
26
26
```
27
27
Suspend-PrintJob [-InputObject] <CimInstance> [-AsJob] [-CimSession <CimSession>] [-ThrottleLimit <Int32>]
28
28
[-Confirm] [-WhatIf]
29
29
```
30
30
31
- ### UNNAMED_PARAMETER_SET_3
31
+ ### printerObject
32
32
```
33
33
Suspend-PrintJob [-PrinterObject] <CimInstance> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
34
34
[-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127
127
128
128
### -ID
129
129
Specifies the ID of the print job to suspend on the specified printer.
130
- You can use wildcard characters.
130
+ You cannot use wildcard characters.
131
131
132
132
` ` ` yaml
133
133
Type : UInt32
You can’t perform that action at this time.
0 commit comments