diff --git a/docset/windows/adfs/set-adfsproperties.md b/docset/windows/adfs/set-adfsproperties.md index 7f30862cea..9e5ff18227 100644 --- a/docset/windows/adfs/set-adfsproperties.md +++ b/docset/windows/adfs/set-adfsproperties.md @@ -33,7 +33,7 @@ Set-AdfsProperties [-AuthenticationContextOrder ] [-AcceptableIdentifiers [-CertificateGenerationThreshold ] [-CertificatePromotionThreshold ] [-CertificateRolloverInterval ] [-CertificateThresholdMultiplier ] [-ClientCertRevocationCheck ] [-ContactPerson ] [-DisplayName ] - [-EnableEnableOAuthDeviceFlow M\] + [-EnableOAuthDeviceFlow ] [-EnableOAuthLogout ] [-FederationPassiveAddress ] [-HostName ] [-HttpPort ] [-HttpsPort ] [-IntranetUseLocalClaimsProvider ] [-TlsClientPort ] [-Identifier ] [-LogLevel ] [-MonitoringInterval ] [-NetTcpPort ] @@ -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. diff --git a/docset/windows/printmanagement/suspend-printjob.md b/docset/windows/printmanagement/suspend-printjob.md index 96b8a5093f..2da9ecd693 100644 --- a/docset/windows/printmanagement/suspend-printjob.md +++ b/docset/windows/printmanagement/suspend-printjob.md @@ -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 diff --git a/docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md b/docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md index 1301eb0472..2f1b81a21d 100644 --- a/docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md +++ b/docset/winserver2012-ps/printmanagement/Suspend-PrintJob.md @@ -16,19 +16,19 @@ Suspends a print job on the specified printer. ## SYNTAX -### UNNAMED_PARAMETER_SET_1 +### jobObject ``` Suspend-PrintJob [-PrinterName] [-ID] [-AsJob] [-CimSession ] [-ComputerName ] [-ThrottleLimit ] [-Confirm] [-WhatIf] ``` -### UNNAMED_PARAMETER_SET_2 +### printerName ``` Suspend-PrintJob [-InputObject] [-AsJob] [-CimSession ] [-ThrottleLimit ] [-Confirm] [-WhatIf] ``` -### UNNAMED_PARAMETER_SET_3 +### printerObject ``` Suspend-PrintJob [-PrinterObject] [-ID] [-AsJob] [-CimSession ] [-ThrottleLimit ] [-Confirm] [-WhatIf] @@ -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 diff --git a/docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md b/docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md index ffa29d56f3..537927ad0c 100644 --- a/docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md +++ b/docset/winserver2012-ps/smbshare/Unblock-SmbShareAccess.md @@ -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] [[-ScopeName] ] [-AccountName ] [-AsJob] [-CimSession ] [-Force] [-ThrottleLimit ] [-Confirm] [-WhatIf] ``` -### UNNAMED_PARAMETER_SET_2 +### InputObject (cdxml) ``` Unblock-SmbShareAccess [-AccountName ] [-AsJob] [-CimSession ] [-Force] [-ThrottleLimit ] -InputObject [-Confirm] [-WhatIf] diff --git a/docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md b/docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md index 72b1fe2f2b..9d84be6cec 100644 --- a/docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md +++ b/docset/winserver2012r2-ps/nettcpip/Set-NetTCPSetting.md @@ -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 @@ -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 diff --git a/docset/winserver2012r2-ps/pef/PEF.md b/docset/winserver2012r2-ps/pef/PEF.md index 848889e8a5..2117d9c0c2 100644 --- a/docset/winserver2012r2-ps/pef/PEF.md +++ b/docset/winserver2012r2-ps/pef/PEF.md @@ -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) diff --git a/docset/winserver2012r2-ps/powershellwebaccess/PowerShellWebAccess.md b/docset/winserver2012r2-ps/powershellwebaccess/PowerShellWebAccess.md index f5d3d300e2..e9736423a3 100644 --- a/docset/winserver2012r2-ps/powershellwebaccess/PowerShellWebAccess.md +++ b/docset/winserver2012r2-ps/powershellwebaccess/PowerShellWebAccess.md @@ -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) diff --git a/docset/winserver2012r2-ps/printmanagement/Suspend-PrintJob.md b/docset/winserver2012r2-ps/printmanagement/Suspend-PrintJob.md index 7c7e0921d3..509f92ea68 100644 --- a/docset/winserver2012r2-ps/printmanagement/Suspend-PrintJob.md +++ b/docset/winserver2012r2-ps/printmanagement/Suspend-PrintJob.md @@ -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 diff --git a/docset/winserver2012r2-ps/smbwitness/Get-SmbWitnessClient.md b/docset/winserver2012r2-ps/smbwitness/Get-SmbWitnessClient.md index 00b71d9939..3cf76437d5 100644 --- a/docset/winserver2012r2-ps/smbwitness/Get-SmbWitnessClient.md +++ b/docset/winserver2012r2-ps/smbwitness/Get-SmbWitnessClient.md @@ -113,7 +113,7 @@ Accept wildcard characters: False ``` ### -Flags -{{Fill Flags Description}} +Specifies an array of flags. ```yaml Type: Flags[]