Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f-bader/49326ad09050402ed713a586cfea8fe6 to your computer and use it in GitHub Desktop.
Save f-bader/49326ad09050402ed713a586cfea8fe6 to your computer and use it in GitHub Desktop.
Clear Computer Kerberos tickets and certutil cache
# Clear Computer Kerberos tickets
klist -li 0x3e7 purge | Out-Null
# Clear certutil cache
certutil -f -policyserver * -policycache delete | Out-Null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment