Category / BranchCache / ConfigMgr (SCCM) / PowerShell / Script / Windows 10 / WMI
-
BranchCache stats
This script will summarize the utilization of BranchCache on a single PC client…
-
Get free disk space in percent from command line
This command can be run from a CMD prompt to get the percentage of free disk space on the C:\ drive:
-
Useful WMIC commands
Some WMIC (and Get-WMIObject) commands that I use all the time…
-
Inject drivers in task sequence step
Run command line: DISM.exe /Image:C:\ /Add-Driver /Driver:.\ /Recurse Package: SCCM package with no program TS step conditions: WMI Namespace: root\cimv2 WQL query: select Model from Win32_ComputerSystem where Model like "%THINKPAD T450s%" and / or WMI Namespace: root\cimv2 WQL query: SELECT * FROM Win32_ComputerSystemProduct WHERE Version LIKE “%ThinkPad T420%”