Differences
This shows you the differences between the selected revisions of the page.
2017-11-30 | 2018-08-20 | ||
code wrapping for new design (martin) | link update (martin) | ||
Line 78: | Line 78: | ||
</code> | </code> | ||
- | To decrypt the password, use ''[[ps>microsoft.powershell.security/convertto-securestring|ConvertTo-SecureString]]'' cmdlet and assign the resulting ''[[https://msdn.microsoft.com/en-us/library/system.security.securestring.aspx|SecureString]]'' to ''SessionOptions.SecurePassword'': | + | To decrypt the password, use ''[[ps>microsoft.powershell.security/convertto-securestring|ConvertTo-SecureString]]'' cmdlet and assign the resulting ''[[dotnet>system.security.securestring|SecureString]]'' to ''SessionOptions.SecurePassword'': |
<code powershell> | <code powershell> |