diff --git a/reference/6/Microsoft.PowerShell.Management/Start-Process.md b/reference/6/Microsoft.PowerShell.Management/Start-Process.md index 469394a4beb7..12147bd84fed 100644 --- a/reference/6/Microsoft.PowerShell.Management/Start-Process.md +++ b/reference/6/Microsoft.PowerShell.Management/Start-Process.md @@ -414,6 +414,8 @@ Accept wildcard characters: False Shows what would happen if the cmdlet runs. The cmdlet is not run. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: SwitchParameter Parameter Sets: (All) diff --git a/reference/6/Microsoft.PowerShell.Management/Test-Connection.md b/reference/6/Microsoft.PowerShell.Management/Test-Connection.md index 2625f0918358..01a61730eb49 100644 --- a/reference/6/Microsoft.PowerShell.Management/Test-Connection.md +++ b/reference/6/Microsoft.PowerShell.Management/Test-Connection.md @@ -494,6 +494,8 @@ Accept wildcard characters: False Sets the timeout value for the test. The test fails if a response isn't received before the timeout expires. The default is five seconds. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: Int32 Parameter Sets: (All) diff --git a/reference/6/Microsoft.PowerShell.Security/Get-Credential.md b/reference/6/Microsoft.PowerShell.Security/Get-Credential.md index a7abe2702ff5..05a290ba8b22 100644 --- a/reference/6/Microsoft.PowerShell.Security/Get-Credential.md +++ b/reference/6/Microsoft.PowerShell.Security/Get-Credential.md @@ -243,6 +243,8 @@ Accept wildcard characters: False Sets the text of the title bar for the authentication dialog. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String Parameter Sets: MessageSet @@ -314,8 +316,8 @@ For example, it has no effect in the Windows PowerShell Integrated Scripting Env information about the effect of the **ConsolePrompting** registry entry, see the help topics for the host program. -The **Credential** parameter is not supported by all providers that are installed with PowerShell. Beginning in Windows PowerShell 3.0, it is supported on selected cmdlet, such as the -Get-WmiObject and New-PSDrive cmdlets. +The **Credential** parameter is not supported by all providers that are installed with PowerShell. +Beginning in Windows PowerShell 3.0, it is supported on selected cmdlet, such as the `Get-WmiObject` +and `New-PSDrive` cmdlets. ## RELATED LINKS - diff --git a/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md b/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md index 6cdfae816e80..225c41812ab1 100644 --- a/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md +++ b/reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md @@ -239,6 +239,8 @@ Accept wildcard characters: False Specifies text to add to the opening \ tag. By default, there is no text in that position. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String Parameter Sets: Page @@ -328,6 +330,8 @@ Accept wildcard characters: False Specifies text to add to the opening \ tag. By default, there is no text in that position. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: Hashtable Parameter Sets: Page @@ -417,6 +421,8 @@ Accept wildcard characters: False Changes the DOCTYPE to XHTML Transitional DTD Default DOCTYPE is XHTML Strict DTD +This parameter was introduced in PowerShell 6.0. + ```yaml Type: SwitchParameter Parameter Sets: Page diff --git a/reference/6/Microsoft.PowerShell.Utility/Get-Verb.md b/reference/6/Microsoft.PowerShell.Utility/Get-Verb.md index d17f703b678e..9ca18b0773b5 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Get-Verb.md +++ b/reference/6/Microsoft.PowerShell.Utility/Get-Verb.md @@ -119,6 +119,8 @@ Gets only the specified groups. Enter the name of a group. Wildcards are not allowed. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String[] Parameter Sets: (All) diff --git a/reference/7/Microsoft.PowerShell.Management/Start-Process.md b/reference/7/Microsoft.PowerShell.Management/Start-Process.md index a85772e3e092..32723ba532d6 100644 --- a/reference/7/Microsoft.PowerShell.Management/Start-Process.md +++ b/reference/7/Microsoft.PowerShell.Management/Start-Process.md @@ -414,6 +414,8 @@ Accept wildcard characters: False Shows what would happen if the cmdlet runs. The cmdlet is not run. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: SwitchParameter Parameter Sets: (All) diff --git a/reference/7/Microsoft.PowerShell.Management/Test-Connection.md b/reference/7/Microsoft.PowerShell.Management/Test-Connection.md index 13f7d9800fd1..42e02fc32f20 100644 --- a/reference/7/Microsoft.PowerShell.Management/Test-Connection.md +++ b/reference/7/Microsoft.PowerShell.Management/Test-Connection.md @@ -494,6 +494,8 @@ Accept wildcard characters: False Sets the timeout value for the test. The test fails if a response isn't received before the timeout expires. The default is five seconds. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: Int32 Parameter Sets: (All) diff --git a/reference/7/Microsoft.PowerShell.Security/Get-Credential.md b/reference/7/Microsoft.PowerShell.Security/Get-Credential.md index 37278e7d3d2a..1104ab42de01 100644 --- a/reference/7/Microsoft.PowerShell.Security/Get-Credential.md +++ b/reference/7/Microsoft.PowerShell.Security/Get-Credential.md @@ -243,6 +243,8 @@ Accept wildcard characters: False Sets the text of the title bar for the authentication dialog. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String Parameter Sets: MessageSet @@ -314,8 +316,8 @@ For example, it has no effect in the Windows PowerShell Integrated Scripting Env information about the effect of the **ConsolePrompting** registry entry, see the help topics for the host program. -The **Credential** parameter is not supported by all providers that are installed with PowerShell. Beginning in Windows PowerShell 3.0, it is supported on selected cmdlet, such as the -Get-WmiObject and New-PSDrive cmdlets. +The **Credential** parameter is not supported by all providers that are installed with PowerShell. +Beginning in Windows PowerShell 3.0, it is supported on selected cmdlet, such as the `Get-WmiObject` +and `New-PSDrive` cmdlets. ## RELATED LINKS - diff --git a/reference/7/Microsoft.PowerShell.Utility/ConvertTo-Html.md b/reference/7/Microsoft.PowerShell.Utility/ConvertTo-Html.md index dec6f04da741..e737860ea8e5 100644 --- a/reference/7/Microsoft.PowerShell.Utility/ConvertTo-Html.md +++ b/reference/7/Microsoft.PowerShell.Utility/ConvertTo-Html.md @@ -239,6 +239,8 @@ Accept wildcard characters: False Specifies text to add to the opening \ tag. By default, there is no text in that position. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String Parameter Sets: Page @@ -328,6 +330,8 @@ Accept wildcard characters: False Specifies text to add to the opening \ tag. By default, there is no text in that position. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: Hashtable Parameter Sets: Page @@ -417,6 +421,8 @@ Accept wildcard characters: False Changes the DOCTYPE to XHTML Transitional DTD Default DOCTYPE is XHTML Strict DTD +This parameter was introduced in PowerShell 6.0. + ```yaml Type: SwitchParameter Parameter Sets: Page diff --git a/reference/7/Microsoft.PowerShell.Utility/Get-Verb.md b/reference/7/Microsoft.PowerShell.Utility/Get-Verb.md index f8e391e72bb7..39b3efd464f5 100644 --- a/reference/7/Microsoft.PowerShell.Utility/Get-Verb.md +++ b/reference/7/Microsoft.PowerShell.Utility/Get-Verb.md @@ -119,6 +119,8 @@ Gets only the specified groups. Enter the name of a group. Wildcards are not allowed. +This parameter was introduced in PowerShell 6.0. + ```yaml Type: String[] Parameter Sets: (All)