Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
June 6, 2009
A. Use the command below to check how much data is in a local machine's BranchCache.
netsh branchcache show status all
For example,
C:Usersadministrator>netsh branchcache show status allBranchCache Service Status:----------------------------------------------------------------Service Mode = Distributed Caching (Set By Group Policy)Serve peers on battery power = DisabledCurrent Status = RunningService Start Type = ManualThis machine is not configured as a hosted cache client.Local Cache Status:----------------------------------------------------------------Maximum Cache Size = 5% of hard diskActive Current Cache Size = 10748576 BytesLocal Cache Location = C:WindowsServiceProfilesNetworkServiceAppDataLocalPeerDistRepub (Default)
To flush the cache, use the command
netsh branchcache flush
For example,
C:Usersadministrator>netsh branchcache flushFlushing Local Cache... Succeeded
Related Reading:
You May Also Like