Files
MacAdmin/Software
Zack T a026f5641c v1.1 = Cleaned up script just a bit
+ Cleaned up the script just a bit as well as the 'logic'
+ Renamed the script
2017-08-15 13:07:28 -07:00
..
2017-08-15 12:32:30 -07:00
2017-08-15 11:01:57 -07:00
2017-08-14 16:08:01 -07:00
2017-08-15 11:17:25 -07:00
2017-08-15 11:01:57 -07:00

macOS.Software

In this repository are various scripts that I have written to maintain macOS Software.

com.apple.Safari

Description: This .plist file sets the exceptions or permissions to allow a specified website to run Java and Flash plug-ins in Safari -- used it in a MDM to deploy to devices. It is similar to the config_FirefoxPermissions.ps1 script in the Windows.Software repository. (Dumb and strong approach, dropping it in will override any current settings...I planned to script this, just never got around to it...maybe with time I can get to this as well as adopt the Windows Firefox Permissions script for macOS as well.)

install_DesktopShortcuts.sh

Description: This is a script to deploy Desktop Shortcuts to the logged in user and default users profiles.

install_Fonts.sh

Description: This script copies all the fonts to the System Fonts folder. (This was an old script I used with a custom package to provide the files and 'install' them.)

Managing the Java JRE

Description: These configuration files are for managing the Java Runtime Environment on client systems. I used these files and scripts to whitelist websites and Java applets.

uninstall_Fonts.sh

Description: This script deletes all the fonts from the System and Users Fonts folder. (Dumb and strong approach, no checks.)