MDM Scripts - Public Repository
This repository is a resource that allows us to distribute scripts across multiple MDM tenants with a single point of hosting.
Firefox.sh
Install Firefox
This script is designed to silently install/update Firefox to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/Firefox.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Firefox.sh && sudo chmod /tmp/Firefox.sh && sudo /tmp/Firefox.sh
LibreOffice.sh
Install LibreOffice
This script is designed to silently install/update LibreOffice to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/LibreOffice.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/LibreOffice.sh && sudo chmod /tmp/LibreOffice.sh && sudo /tmp/LibreOffice.sh
google-chrome.sh
Install Google Chrome
This script is designed to silently install/update Google Chrome to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/google-chrome.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/google-chrome.sh && sudo chmod /tmp/google-chrome.sh && sudo /tmp/google-chrome.sh
office-install.sh
Install Microsoft Office Suite
This script is now redirected to microsoft-apps.sh
Command to execute:
NO LONGER USED
microsoft-apps.sh
Install Microsoft Apps
This script is designed to silently install/update Microsoft Apps to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/microsoft-apps.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/microsoft-apps.sh && sudo chmod /tmp/microsoft-apps.sh && sudo /tmp/microsoft-apps.sh [PARAM]
Parameters:
full: Install the full suiteword: Install Wordexcel: Install Excelpowerpoint: Install Powerpointonedrive: Install OneDriveoutlook: Install Outlookonenote: Install OneNoteteams: Install Teams
Acrobat-DC-Update.sh
Update Adobe Acrobat DC
This script is designed to silently update Adobe Acrobat DC to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/Acrobat-DC-Update.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Acrobat-DC-Update.sh && sudo chmod /tmp/Acrobat-DC-Update.sh && sudo /tmp/Acrobat-DC-Update.sh
1-password.sh
Install or Update 1Password 7
This script is designed to silently install or update 1Password 7 to an MDM enrolled Mac.
Command to execute:
sudo curl -o /tmp/1-password.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/1-password.sh && sudo chmod /tmp/1-password.sh && sudo /tmp/1-password.sh