"OK, something came up today, and ... well ... I hacked in Credential Manager/Vault storage myself ;-) I have to admit though, I rewrote the NativeMethods thing mostly from scratch using an ICustomMarshaler 'cause I think it makes using them so much easier. Here it is: http://poshcode.org/4395"
- Joel Bennett
"Hey, you can use my BetterCredentials module (I already wrote the
wrapper for Get-Credential that supplies a ton of extra options, and
stores/loads credentials from disc -- but right now I'm storing them in
files). I was going to write this version next (to use the Windows
credential store instead of files on disk), so we could merge them.
http://poshcode.org/4373 I was going to borrow code from https://credentialmanagement.c... for the loading/storing part."
- Joel Bennett