Hey All,
I'm working on a script that deletes the Adobe Media Cache. If you work with Adobe at enterprise level, then you know what a mess this thing causes. Basically all I am trying to is delete two folders in the users library location. I have the script working when run locally, but will not work when ran from remote, or via a policy. As a side note, I am a workstation tech with a producing background, and fairly new to scripting. Please be gentle :) Any help would be greatly appreciated. Contents of the script below.
!/bin/sh
Cache Buster.sh
Created by Brett Ramker on 7/6/15.
RM -r /Users/$USER/Library/Application Support/Adobe/Common/Media Cache/
RM -r /Users/$USER/Library/Application Support/Adobe/Common/Media Cache Files/**
