I would like to run a script that clears out the SCCM cache on a client computer automatically. To do this, I have written a simple batch file: if exist %Windir%\ccmcache ( RMDIR %Windir%\ccmcache /S /Q ) I have deployed this as an "application" through SCCM. Basically I have created [...] read more