File tree Expand file tree Collapse file tree 4 files changed +22
-7
lines changed
winserver2012-ps/printmanagement
winserver2012r2-ps/printmanagement Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Set-AdfsProperties [-AuthenticationContextOrder <Uri[]>] [-AcceptableIdentifiers
33
33
[-CertificateGenerationThreshold <Int32>] [-CertificatePromotionThreshold <Int32>]
34
34
[-CertificateRolloverInterval <Int32>] [-CertificateThresholdMultiplier <Int32>]
35
35
[-ClientCertRevocationCheck <String>] [-ContactPerson <ContactPerson>] [-DisplayName <String>]
36
- [-EnableEnableOAuthDeviceFlow M\ ]
36
+ [-EnableOAuthDeviceFlow <Boolean> ]
37
37
[-EnableOAuthLogout <Boolean>] [-FederationPassiveAddress <String>] [-HostName <String>] [-HttpPort <Int32>]
38
38
[-HttpsPort <Int32>] [-IntranetUseLocalClaimsProvider <Boolean>] [-TlsClientPort <Int32>] [-Identifier <Uri>]
39
39
[-LogLevel <String[]>] [-MonitoringInterval <Int32>] [-NetTcpPort <Int32>]
@@ -493,6 +493,21 @@ Accept pipeline input: False
493
493
Accept wildcard characters: False
494
494
` ` `
495
495
496
+ # ## -EnableOAuthDeviceFlow
497
+ Enables the OAuth Device Flow.
498
+
499
+ ` ` ` yaml
500
+ Type: Boolean
501
+ Parameter Sets: (All)
502
+ Aliases:
503
+
504
+ Required: False
505
+ Position: Named
506
+ Default value: None
507
+ Accept pipeline input: False
508
+ Accept wildcard characters: False
509
+ ` ` `
510
+
496
511
# ## -EnableOAuthLogout
497
512
Enables the OAuth logout endpoint publishing in the OAuth discovery document. The OAuth logout endpoint logs out the current user from the AD FS. This parameter is available with the Windows Update KB4019472 installed. The AD FS does not support logging out a federated user from the federated identity provider when using the OAuth logout endpoint with Windows Update KB4019472 installed. The Windows Update KB4038801 makes this parameter obsolete and the value of this parameter to be always true. The Windows Update KB4038801 also adds support for logging our a federated user from the federated identity provider when using the OAuth logout endpoint.
498
513
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Accept wildcard characters: False
151
151
152
152
### -ID
153
153
Specifies the ID of the print job to suspend on the specified printer.
154
- You can use wildcard characters.
154
+ You cannot use wildcard characters.
155
155
156
156
` ` ` yaml
157
157
Type : UInt32
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
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Accept wildcard characters: False
148
148
149
149
### -ID
150
150
Specifies the ID of the print job to suspend on the specified printer.
151
- You can use wildcard characters.
151
+ You cannot use wildcard characters.
152
152
153
153
` ` ` yaml
154
154
Type : UInt32
You can’t perform that action at this time.
0 commit comments