Last active
January 29, 2020 15:52
-
-
Save adamdriscoll/0a46415d035a15525c707ca7f1ae3234 to your computer and use it in GitHub Desktop.
Stores a password in PSSecretStore
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
Set-SSSecret -KeyPath C:\keyfile.bin -Name 'password' -Value 'P@$$w0rd' -StorePath C:\store.bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment