diff --git a/reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md b/reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md index 0be1649acfb1..6cd23d019010 100644 --- a/reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md +++ b/reference/5.1/Microsoft.PowerShell.Security/Protect-CmsMessage.md @@ -92,11 +92,11 @@ The *To* parameter uses the value of the Subject line in the certificate. ### Example 3: View document encryption certificates ``` -PS C:\> 58 [Cert:\currentuser\my] ->> Get-ChildItem -DocumentEncryptionCert +PS C:\> cd Cert:\currentuser\my +Get-ChildItem -DocumentEncryptionCert ``` -To view document encryption certificates in the certificate provider, you can add the *DocumentEncryptionCert* dynamic parameter of Get-ChildItemhttp://technet.microsoft.com/library/hh847761.aspx, available only when the certificate provider is loaded. +To view document encryption certificates in the certificate provider, you can add the *DocumentEncryptionCert* dynamic parameter of [Get-ChildItem](Providers/get-childitem-for-certificate.md), available only when the certificate provider is loaded. ## PARAMETERS @@ -202,4 +202,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable [Get-CmsMessage](Get-CmsMessage.md) -[Unprotect-CmsMessage](Unprotect-CmsMessage.md) \ No newline at end of file +[Unprotect-CmsMessage](Unprotect-CmsMessage.md)