Clear cached items from the distributed cache server

Following Powershell command removes all the cache items for distributed token cache.

Clear-SPDistributedCacheItem -ContainerType DistributedLogonTokenCache

It must be run on all server in the farm running distributed cache service

Leave a comment