Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Last active January 29, 2020 15:52
Show Gist options
  • Save adamdriscoll/0a46415d035a15525c707ca7f1ae3234 to your computer and use it in GitHub Desktop.
Save adamdriscoll/0a46415d035a15525c707ca7f1ae3234 to your computer and use it in GitHub Desktop.
Stores a password in PSSecretStore
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