Hey there,
I did something very stupid when capturing and imaging Microsoft Office 2011 (I included User folder data in the package, therefore having one identity across many devices as well as compatibility issues) I am looking at a way to trash the following files for users on their machines en masse:
com.microsoft.word.plist, com.microsoft.excel.plist, com.microsoft.powerpoint.plist, com.microsoft.outlook.plist
I am thinking a simple script along the lines of the following:
rm /Users/*/Library/Preferences/com.microsoft.word.plist*
(including the second wildcard so it also trashes the secondary file created from recent use)
Can anyone see an issue with doing this for all the files? Is there a better way, as I am very amateur at scripting..
As these files were also used to fill the new user template, what would I be looking to write to erase them from here as well?
Big appreciation for any help here, our users are extremely frustrated by problems related to these files