diff --git a/reference/5.1/Microsoft.PowerShell.Security/Get-PfxCertificate.md b/reference/5.1/Microsoft.PowerShell.Security/Get-PfxCertificate.md index 348801e04a8f..ef00ea24ab18 100644 --- a/reference/5.1/Microsoft.PowerShell.Security/Get-PfxCertificate.md +++ b/reference/5.1/Microsoft.PowerShell.Security/Get-PfxCertificate.md @@ -45,7 +45,7 @@ This command gets information about the Test.pfx certificate on the system. ### Example 2: Get a .pfx certificate from a remote computer ``` -PS C:\> Invoke-Command -ComputerName "Server01" -ScriptBlock {Get-PfxCertificate -FilePath "C:\Text\TestNoPassword.pfx}" -authentication CredSSP +PS C:\> Invoke-Command -ComputerName "Server01" -ScriptBlock {Get-PfxCertificate -FilePath "C:\Text\TestNoPassword.pfx"} -authentication CredSSP ``` This command gets a .pfx certificate file from the Server01 remote computer.