If you ever find yourself in a sticky wicket and need to extract usernames and passwords from Credential Manager (usually because you forgot them), you can use this handy-dandy little function from PowerShell:
function ExportCredMan { # Dump local passwords from credential manager [void][Windows.Security.Credentials.PasswordVault,… [ Continue reading ]