Skip to content

Cmdlets and parameters introduced in PS 6.1 #5043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2019
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
10 changes: 7 additions & 3 deletions reference/6/Microsoft.PowerShell.Security/Get-PfxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ Accept wildcard characters: False

### -Password

Specifies a password required to access a .pfx certificate file.
Specifies a password required to access a `.pfx` certificate file.

This parameter was introduced in PowerShell 6.1.

> [!NOTE]
> For more information about **SecureString** data protection, see
> [How secure is SecureString?](/dotnet/api/system.security.securestring#how-secure-is-securestring).

```yaml
Type: SecureString
Expand Down Expand Up @@ -158,5 +164,3 @@ You can pipe a string that contains a file path to `Get-PfxCertificate`.
[Get-AuthenticodeSignature](Get-AuthenticodeSignature.md)

[Set-AuthenticodeSignature](Set-AuthenticodeSignature.md)


Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ properties:
- The **VT100EncodedString** property has the converted string with ANSI (VT100) escape sequences if
the **AsVT100EncodedString** parameter was specified

This cmdlet was introduced in PowerShell 6.1.

## EXAMPLES

### Example 1: Convert a file containing Markdown content to HTML
Expand Down
2 changes: 2 additions & 0 deletions reference/6/Microsoft.PowerShell.Utility/Show-Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ browser.

You can change how `Show-Markdown` renders Markdown in a terminal by using `Set-MarkdownOption`.

This cmdlet was introduced in PowerShell 6.1.

## EXAMPLES

### Example 1: Simple example specifying a path
Expand Down
10 changes: 7 additions & 3 deletions reference/7/Microsoft.PowerShell.Security/Get-PfxCertificate.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,13 @@ Accept wildcard characters: False

### -Password

Specifies a password required to access a .pfx certificate file.
Specifies a password required to access a `.pfx` certificate file.

This parameter was introduced in PowerShell 6.1.

> [!NOTE]
> For more information about **SecureString** data protection, see
> [How secure is SecureString?](/dotnet/api/system.security.securestring#how-secure-is-securestring).

```yaml
Type: SecureString
Expand Down Expand Up @@ -158,5 +164,3 @@ You can pipe a string that contains a file path to `Get-PfxCertificate`.
[Get-AuthenticodeSignature](Get-AuthenticodeSignature.md)

[Set-AuthenticodeSignature](Set-AuthenticodeSignature.md)


Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ properties:
- The **VT100EncodedString** property has the converted string with ANSI (VT100) escape sequences if
the **AsVT100EncodedString** parameter was specified

This cmdlet was introduced in PowerShell 6.1.

## EXAMPLES

### Example 1: Convert a file containing Markdown content to HTML
Expand Down
2 changes: 2 additions & 0 deletions reference/7/Microsoft.PowerShell.Utility/Show-Markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ browser.

You can change how `Show-Markdown` renders Markdown in a terminal by using `Set-MarkdownOption`.

This cmdlet was introduced in PowerShell 6.1.

## EXAMPLES

### Example 1: Simple example specifying a path
Expand Down