Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c97ac65
Update set-adfsproperties.md
X-Guardian Sep 15, 2019
15e993d
Update set-adfsproperties.md
X-Guardian Sep 16, 2019
bb60f89
Merge branch 'live' into patch-2
X-Guardian Sep 17, 2019
3378303
Update suspend-printjob.md
msbemba Sep 18, 2019
2872025
Update Get-SmbWitnessClient.md
sowjanya365-zz Sep 22, 2019
8bb97af
Update PowerShellWebAccess.md
sowjanya365-zz Sep 22, 2019
b7ba014
Update PEF.md
sowjanya365-zz Sep 22, 2019
475d0e0
Update Set-NetTCPSetting.md
sowjanya365-zz Sep 22, 2019
105086d
Update set-adfsproperties.md
X-Guardian Sep 23, 2019
f18e6b6
Update PowerShellWebAccess.md
sowjanya365-zz Sep 25, 2019
118890c
Update Set-NetTCPSetting.md
sowjanya365-zz Sep 25, 2019
6816f59
Merge branch 'live' into patch-2
v-raaba Sep 25, 2019
98df1f4
Update Unblock-SmbShareAccess.md
msbemba Sep 25, 2019
84f76d8
Update Suspend-PrintJob.md
msbemba Sep 26, 2019
9d93948
Update Suspend-PrintJob.md
msbemba Sep 26, 2019
27f72d5
Merge branch 'live' into patch-26
v-raaba Sep 27, 2019
1373224
Merge pull request #1309 from msbemba/patch-22
v-raaba Sep 30, 2019
20542c6
Merge pull request #1301 from X-Guardian/patch-2
claydetels19 Sep 30, 2019
79ddb76
Merge pull request #1343 from msbemba/patch-26
rjagiewich Sep 30, 2019
7e67615
Merge pull request #1316 from sowjanya365/patch-30
rjagiewich Sep 30, 2019
7f838d2
Merge pull request #1319 from sowjanya365/patch-33
rjagiewich Sep 30, 2019
6d117b2
Merge pull request #1320 from sowjanya365/patch-34
rjagiewich Sep 30, 2019
2d95789
Merge pull request #1321 from sowjanya365/patch-35
claydetels19 Sep 30, 2019
3b0523c
Merge pull request #1394 from MicrosoftDocs/live
v-raaba Sep 30, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docset/windows/adfs/set-adfsproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Set-AdfsProperties [-AuthenticationContextOrder <Uri[]>] [-AcceptableIdentifiers
[-CertificateGenerationThreshold <Int32>] [-CertificatePromotionThreshold <Int32>]
[-CertificateRolloverInterval <Int32>] [-CertificateThresholdMultiplier <Int32>]
[-ClientCertRevocationCheck <String>] [-ContactPerson <ContactPerson>] [-DisplayName <String>]
[-EnableEnableOAuthDeviceFlow M\]
[-EnableOAuthDeviceFlow <Boolean>]
[-EnableOAuthLogout <Boolean>] [-FederationPassiveAddress <String>] [-HostName <String>] [-HttpPort <Int32>]
[-HttpsPort <Int32>] [-IntranetUseLocalClaimsProvider <Boolean>] [-TlsClientPort <Int32>] [-Identifier <Uri>]
[-LogLevel <String[]>] [-MonitoringInterval <Int32>] [-NetTcpPort <Int32>]
Expand Down Expand Up @@ -493,6 +493,21 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableOAuthDeviceFlow
Enables the OAuth Device Flow.

```yaml
Type: Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -EnableOAuthLogout
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.

Expand Down
2 changes: 1 addition & 1 deletion docset/windows/printmanagement/suspend-printjob.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Accept wildcard characters: False

### -ID
Specifies the ID of the print job to suspend on the specified printer.
You can use wildcard characters.
You cannot use wildcard characters.

```yaml
Type: UInt32
Expand Down
8 changes: 4 additions & 4 deletions docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ Suspends a print job on the specified printer.

## SYNTAX

### UNNAMED_PARAMETER_SET_1
### jobObject
```
Suspend-PrintJob [-PrinterName] <String> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
[-ComputerName <String>] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
```

### UNNAMED_PARAMETER_SET_2
### printerName
```
Suspend-PrintJob [-InputObject] <CimInstance> [-AsJob] [-CimSession <CimSession>] [-ThrottleLimit <Int32>]
[-Confirm] [-WhatIf]
```

### UNNAMED_PARAMETER_SET_3
### printerObject
```
Suspend-PrintJob [-PrinterObject] <CimInstance> [-ID] <UInt32> [-AsJob] [-CimSession <CimSession>]
[-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
Expand Down Expand Up @@ -127,7 +127,7 @@ Accept wildcard characters: False

### -ID
Specifies the ID of the print job to suspend on the specified printer.
You can use wildcard characters.
You cannot use wildcard characters.

```yaml
Type: UInt32
Expand Down
4 changes: 2 additions & 2 deletions docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ Removes all of the deny access control entries (ACEs) for the trustee from the s

## SYNTAX

### UNNAMED_PARAMETER_SET_1
### Query
```
Unblock-SmbShareAccess [-Name] <String[]> [[-ScopeName] <String[]>] [-AccountName <String[]>] [-AsJob]
[-CimSession <CimSession[]>] [-Force] [-ThrottleLimit <Int32>] [-Confirm] [-WhatIf]
```

### UNNAMED_PARAMETER_SET_2
### InputObject (cdxml)
```
Unblock-SmbShareAccess [-AccountName <String[]>] [-AsJob] [-CimSession <CimSession[]>] [-Force]
[-ThrottleLimit <Int32>] -InputObject <CimInstance[]> [-Confirm] [-WhatIf]
Expand Down
8 changes: 6 additions & 2 deletions docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ Accept wildcard characters: False
```

### -AutoReusePortRangeNumberOfPorts
{{Fill AutoReusePortRangeNumberOfPorts Description}}
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.

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.

```yaml
Type: UInt16
Expand All @@ -101,7 +103,9 @@ Accept wildcard characters: False
```

### -AutoReusePortRangeStartPort
{{Fill AutoReusePortRangeStartPort Description}}
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.

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.

```yaml
Type: UInt16
Expand Down
2 changes: 1 addition & 1 deletion docset/winserver2012r2-ps/pef/PEF.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.reviewer: brianlic

# PEF Module
## Description
{{Manually Enter Description Here}}
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.

## PEF Cmdlets
### [Add-PefMessageSource](./Add-PefMessageSource.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.reviewer: brianlic

# PowerShellWebAccess Module
## Description
{{Manually Enter Description Here}}
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.

## PowerShellWebAccess Cmdlets
### [Add-PswaAuthorizationRule](./Add-PswaAuthorizationRule.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Accept wildcard characters: False

### -ID
Specifies the ID of the print job to suspend on the specified printer.
You can use wildcard characters.
You cannot use wildcard characters.

```yaml
Type: UInt32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Accept wildcard characters: False
```

### -Flags
{{Fill Flags Description}}
Specifies an array of flags.

```yaml
Type: Flags[]
Expand Down