Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created September 23, 2022 18:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samirbous/c3c4122493ea5076adea9c895d2340ea to your computer and use it in GitHub Desktop.
Save Samirbous/c3c4122493ea5076adea9c895d2340ea to your computer and use it in GitHub Desktop.
[void][Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime]
(new-object Windows.Security.Credentials.PasswordVault).RetrieveAll()|%{$_.RetrievePassword();$_}>"pwds.tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment