Skip to content

Commit 6c55c09

Browse files
authored
Merge pull request #1396 from MicrosoftDocs/master
Publish 09/30/2019 10:30 PST
2 parents a4ce54e + 3b0523c commit 6c55c09

File tree

9 files changed

+33
-14
lines changed

9 files changed

+33
-14
lines changed

docset/windows/adfs/set-adfsproperties.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Set-AdfsProperties [-AuthenticationContextOrder <Uri[]>] [-AcceptableIdentifiers
3333
[-CertificateGenerationThreshold <Int32>] [-CertificatePromotionThreshold <Int32>]
3434
[-CertificateRolloverInterval <Int32>] [-CertificateThresholdMultiplier <Int32>]
3535
[-ClientCertRevocationCheck <String>] [-ContactPerson <ContactPerson>] [-DisplayName <String>]
36-
[-EnableEnableOAuthDeviceFlow M\]
36+
[-EnableOAuthDeviceFlow <Boolean>]
3737
[-EnableOAuthLogout <Boolean>] [-FederationPassiveAddress <String>] [-HostName <String>] [-HttpPort <Int32>]
3838
[-HttpsPort <Int32>] [-IntranetUseLocalClaimsProvider <Boolean>] [-TlsClientPort <Int32>] [-Identifier <Uri>]
3939
[-LogLevel <String[]>] [-MonitoringInterval <Int32>] [-NetTcpPort <Int32>]
@@ -493,6 +493,21 @@ Accept pipeline input: False
493493
Accept wildcard characters: False
494494
```
495495

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+
496511
### -EnableOAuthLogout
497512
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.
498513

docset/windows/printmanagement/suspend-printjob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Accept wildcard characters: False
151151
152152
### -ID
153153
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.
155155
156156
```yaml
157157
Type: UInt32

docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ Suspends a print job on the specified printer.
1616

1717
## SYNTAX
1818

19-
### UNNAMED_PARAMETER_SET_1
19+
### jobObject
2020
```
2121
Suspend-PrintJob [-PrinterName] <String> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
2222
[-ComputerName <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
2323
```
2424

25-
### UNNAMED_PARAMETER_SET_2
25+
### printerName
2626
```
2727
Suspend-PrintJob [-InputObject] <CimInstance> [-AsJob] [-CimSession <CimSession>] [-ThrottleLimit <Int32>]
2828
[-Confirm] [-WhatIf]
2929
```
3030

31-
### UNNAMED_PARAMETER_SET_3
31+
### printerObject
3232
```
3333
Suspend-PrintJob [-PrinterObject] <CimInstance> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
3434
[-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
@@ -127,7 +127,7 @@ Accept wildcard characters: False
127127
128128
### -ID
129129
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.
131131
132132
```yaml
133133
Type: UInt32

docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Removes all of the deny access control entries (ACEs) for the trustee from the s
1616

1717
## SYNTAX
1818

19-
### UNNAMED_PARAMETER_SET_1
19+
### Query
2020
```
2121
Unblock-SmbShareAccess [-Name] <String[]> [[-ScopeName] <String[]>] [-AccountName <String[]>] [-AsJob]
2222
[-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
2323
```
2424

25-
### UNNAMED_PARAMETER_SET_2
25+
### InputObject (cdxml)
2626
```
2727
Unblock-SmbShareAccess [-AccountName <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-Force]
2828
[-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]

docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ Accept wildcard characters: False
8686
```
8787
8888
### -AutoReusePortRangeNumberOfPorts
89-
{{Fill AutoReusePortRangeNumberOfPorts Description}}
89+
Specifies the number of ports for the auto-reuse port range, which is a port range used for local ephemeral port selection by outbound TCP connections for which either SO_REUSE_UNICASTPORT has been set on the socket, or for which connect() has been called without calling bind() on the socket.
90+
91+
If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by *DynamicPortRangeStartPort* and *DynamicPortRangeNumberOfPorts*, even if SO_REUSE_UNICASTPORT is set on a socket.
9092
9193
```yaml
9294
Type: UInt16
@@ -101,7 +103,9 @@ Accept wildcard characters: False
101103
```
102104
103105
### -AutoReusePortRangeStartPort
104-
{{Fill AutoReusePortRangeStartPort Description}}
106+
Specifies the number of ports for the auto-reuse port range, which is a port range used for local ephemeral port selection by outbound TCP connections for which either SO_REUSE_UNICASTPORT has been set on the socket, or for which connect() has been called without calling bind() on the socket.
107+
108+
If you specify 0, the auto-reuse feature is disabled and ephemeral ports are drawn instead from the dynamic port range as specified by *DynamicPortRangeStartPort* and *DynamicPortRangeNumberOfPorts*, even if SO_REUSE_UNICASTPORT is set on a socket.
105109
106110
```yaml
107111
Type: UInt16

docset/winserver2012r2-ps/pef/PEF.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer: brianlic
2020

2121
# PEF Module
2222
## Description
23-
{{Manually Enter Description Here}}
23+
This reference provides cmdlet descriptions and syntax for all Protocol Engineering Framework (PEF) cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
2424

2525
## PEF Cmdlets
2626
### [Add-PefMessageSource](./Add-PefMessageSource.md)

docset/winserver2012r2-ps/powershellwebaccess/PowerShellWebAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer: brianlic
2020

2121
# PowerShellWebAccess Module
2222
## Description
23-
{{Manually Enter Description Here}}
23+
This reference provides cmdlet descriptions and syntax for all Windows PowerShell Web Access-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
2424

2525
## PowerShellWebAccess Cmdlets
2626
### [Add-PswaAuthorizationRule](./Add-PswaAuthorizationRule.md)

docset/winserver2012r2-ps/printmanagement/Suspend-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Accept wildcard characters: False
148148
149149
### -ID
150150
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.
152152
153153
```yaml
154154
Type: UInt32

docset/winserver2012r2-ps/smbwitness/Get-SmbWitnessClient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Accept wildcard characters: False
113113
```
114114
115115
### -Flags
116-
{{Fill Flags Description}}
116+
Specifies an array of flags.
117117
118118
```yaml
119119
Type: Flags[]

0 commit comments

Comments
 (0)