Skip to content

Instantly share code, notes, and snippets.

@davefunkel
Last active February 27, 2020 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save davefunkel/aa94035432a4be8d1d524ba58fa35feb to your computer and use it in GitHub Desktop.
Save davefunkel/aa94035432a4be8d1d524ba58fa35feb to your computer and use it in GitHub Desktop.
$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