20,213 questions
Kerberos is enabled by default when you join an Active Directory domain.
To test it, you can do the following steps.
From the client computer
- Open command prompt
- type: klist purge
- Access to your remote server using Windows Explorer (\servername\share)
- In the command prompt, type the following command: klist
- You should see the Kerberos tickets that has been cached
- One of the should have something like that: Server: cifs/Servername @ yourdomain.com
hth