Remove Client from Cache
A client node (local or remote) can be removed from the cache at any time.
In order to get more detailed explanation of cache clients, please see the Cache Client section.
Remove-ClientNode cmdlet removes client node(s) from the existing cache.
The following command removes client node 20.200.20.31 from cache named demoClusteredCache.
Remove-ClientNode -CacheName demoClusteredCache -ClientNode 20.200.20.31
To verify client node removal, you can run Test-Stress cmdlet from the remove client machine. If you are unable to run the stress test from this machine, the client has been successfully removed from the cache.