In ConfigMgr, scripts that execute default to having an execution timeout of 60 seconds. Normally this timeout is fine but you may run into situations where scripts run long and clients start receiving the following...
Author - Jason Galbreath
Keeping the SCCM Cache Clean with DCM
SCCM Cache Clean In environments with frequent software distributions the SCCM cache folder can quickly take up large amounts of disk space. This really becomes problematic on older systems or virtual machines with...
Add task sequence dependencies to DP group
We’re working on adding new distribution point that are used exclusively for imaging. This motivated me to create a script to make sure all dependent packages are assigned to the proper distribution point group. ...