Script to visualize the last ConfigMgr collection evaluations in a GridView by parsing the colleval.log and colleval.lo_ files
The full description can be found here: https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/configmgr-performance-baseline-the-easy-way/ba-p/1583081
A script to format the output of SysinternalsSuite "du.exe" to show the folder size and find folders with the most data in it.
A tiny script to monitor BITS downloads in Powershell directly.
The script is designed to run as a ConfigMgr configuration item within a configuration baseline. It will either validate all required BranchCache and Data Deduplication settings for Distribution Points or set them. The behaviour can be set via parameter $remediate.
The full description can be found here: https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/understanding-configmgr-software-inventory-throttling/ba-p/1592251
Script to validate the correct TLS 1.2 settings for ConfigMgr environments.
Script to create a scheduled task, which will run 10 minutes before a ConfigMgr Maintenance Window ends, to perform a scheduled reboot in case the reboot did not happen automatically. The reboot will also happen if the system is running for 40 days without a reboot. Main purpose is to ensure 100% patch compliance
Script to create update deployments based on Automatic Deployment Rules using a json config file.