Last active
February 27, 2020 08:16
-
-
Save davefunkel/aa94035432a4be8d1d524ba58fa35feb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$secureStringText = $secureStringPwd | ConvertFrom-SecureString | |
Set-Content "C:\temp\ExportedPassword.txt" $secureStringText |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment