I am working on making a script to clear out all generic credentials in credential manager.
I have a user here who has several hundred generic credentials, deleting them by conventional means is going to be a royal pain. I have googled all over and all the answers are, write a bat file using CMDKEY. Well the problem is, CMDKEY says there are NO credentials found... which makes absolutely no sense when she has several hundred that are visible in credential manager. Is there something I am missing here? I also tried VaultCMD, and that found nothing as well. Is there another command or way to simply clear out the credential manager, a file perhaps stored somewhere that I can erase etc?
Only way I can get CMDKEY to show a generic credential is if I add it from CMDKEY such as cmdkey /generic:testnet /user:test /pass 123
It will display that entry and only that.