Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions reference/6/Microsoft.PowerShell.Management/Start-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 5 additions & 3 deletions reference/6/Microsoft.PowerShell.Security/Get-Credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

6 changes: 6 additions & 0 deletions reference/6/Microsoft.PowerShell.Utility/ConvertTo-Html.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ Accept wildcard characters: False
Specifies text to add to the opening \<charset\> tag.
By default, there is no text in that position.

This parameter was introduced in PowerShell 6.0.

```yaml
Type: String
Parameter Sets: Page
Expand Down Expand Up @@ -328,6 +330,8 @@ Accept wildcard characters: False
Specifies text to add to the opening \<meta\> tag.
By default, there is no text in that position.

This parameter was introduced in PowerShell 6.0.

```yaml
Type: Hashtable
Parameter Sets: Page
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions reference/6/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions reference/7/Microsoft.PowerShell.Management/Start-Process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 5 additions & 3 deletions reference/7/Microsoft.PowerShell.Security/Get-Credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

6 changes: 6 additions & 0 deletions reference/7/Microsoft.PowerShell.Utility/ConvertTo-Html.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ Accept wildcard characters: False
Specifies text to add to the opening \<charset\> tag.
By default, there is no text in that position.

This parameter was introduced in PowerShell 6.0.

```yaml
Type: String
Parameter Sets: Page
Expand Down Expand Up @@ -328,6 +330,8 @@ Accept wildcard characters: False
Specifies text to add to the opening \<meta\> tag.
By default, there is no text in that position.

This parameter was introduced in PowerShell 6.0.

```yaml
Type: Hashtable
Parameter Sets: Page
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions reference/7/Microsoft.PowerShell.Utility/Get-Verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down