Windows – How to tell which users credentials are cached on a local system

credentialspasswordsmartcardwindowswindows-registry

I'm troubleshooting cached credentials on Windows 7, specifically Smart Card logins, and I would like to know how I can find out which users currently have their credentials cached on the machine.

I have read How are cached Windows credentials stored on the local machine?

and can see the HKLM/Security/cache registry keys, but they are just hash values.

Best Answer

I'm not sure that there is an officially supported technique or API for this.

One method of getting this info (be ready to trigger the antivirus software on your computer) would be to use Mimikatz.

mimikatz # lsadump::cache

Related Topic