When using klist it’s not showing any kerberos tickets while I’m sure they are there.
PS C:\windows\system32> klist
Credentials cache C:\Users\<user>\krb5cc_<user> not found.
This has happened because I was using some klist.exe from OpenJDK which is in my path (system variables) before systemroot.
So it was using the klist.exe from the directory C:\Program Files\Microsoft\jdk-17.0.8.101-hotspot\bin

When I checked %SystemRoot%\System32\klist.exe which is the Windows original file then it shows the Kerberos tickets.
In command prompt : dir %SystemRoot%\System32\klist.exe
thank you. This was helpful
I’ve been struggling with this since moving to full blown Entra Joined machines. Some machines would show it right away and others would give the error above. We use Amazon Corretto and it was at the top of the list for PATH.
I kept thinking I was doing something wrong and struggled for months trying to figure it out.
Thank you.