Skip to content

Commit 326b97d

Browse files
greiginsydneysdwheeler
authored andcommitted
Fixed broken md around url (#4310)
1 parent d9f6725 commit 326b97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/6/Microsoft.PowerShell.Utility/Import-Clixml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $Credxmlpath = Join-Path (Split-Path $Profile) TestScript.ps1.credential
5656
$Credential = Import-CliXml $Credxmlpath
5757
```
5858

59-
The **Export-CliXml** cmdlet encrypts credential objects by using the Windows Data Protection APIhttp://msdn.microsoft.com/library/windows/apps/xaml/hh464970.aspx.
59+
The **Export-CliXml** cmdlet encrypts credential objects by using the [Windows Data Protection API](http://msdn.microsoft.com/library/windows/apps/xaml/hh464970.aspx).
6060
This ensures that only your user account can decrypt the contents of the credential object.
6161

6262
In this example, given a credential that you've stored in the $Credential variable by running the Get-Credential cmdlet, you can run the **Export-CliXml** cmdlet to save the credential to disk.
@@ -187,4 +187,4 @@ When specifying multiple values for a parameter, use commas to separate the valu
187187
188188
[Securely Store Credentials on Disk](https://powershellcookbook.com/recipe/PukO/securely-store-credentials-on-disk)
189189
190-
[Export-Clixml](Export-Clixml.md)
190+
[Export-Clixml](Export-Clixml.md)

0 commit comments

Comments
 (0)