ConfigMgr Run Script – Clear CM cache and BranchCache cache

We recently ran into some hash issues with content coming from BranchCache and wanted to clear out the cache on systems to wipe things clean so I did this quick script. I set the BranchCache part inside a comment block and used a # to comment out the comment block. This makes it so I could easily enable or disable the removal of the BranchCache part.

Continue reading “ConfigMgr Run Script – Clear CM cache and BranchCache cache”

ConfigMgr Log Collector Run Script

In most environment I have worked in, I have not had access or easy access to some systems I was expected to troubleshoot ConfigMgr issues on especially servers.  I would normally have to ask for someone to send me logs and half the time needed to explain where to find that logs.  I wrote a quick ConfigMgr Run Script that I can target against a system or collection and no longer have to ask for logs because the script will get them for me.

Continue reading “ConfigMgr Log Collector Run Script”

ConfigMgr Content Source Breakdown Report

We recently start implementing BranchCache and PeerCache with ConfigMgr. I wanted to be able to report back to management where clients were getting content, how much was being downloaded, what the top content grabbed by source type, number of peer source by domain, boundaries missing PeerCache super peers, and peer content source counts by boundary. It is a lot of data and takes some time to run, but I felt the need to share my report with others.

RDL file is in my GitHub repository – https://github.com/NecroMonkey/vault/blob/master/SSRS-Reports/ContentSourceBreakdown/Content%20Source%20Breakdown.rdl