2021-09-27 13:42:06 +01:00
2021-09-24 15:02:40 +01:00
2021-09-24 14:42:08 +01:00
2021-09-27 13:42:06 +01:00
2021-09-24 15:07:39 +01:00
2021-09-27 13:13:20 +01:00
2021-09-24 14:50:42 +01:00
2021-09-24 14:32:52 +01:00
2021-09-02 09:22:07 +01:00
2021-09-27 13:27:57 +01:00
2021-09-27 13:31:24 +01:00
2021-09-27 13:36:26 +01:00
2021-09-24 15:13:05 +01:00
2021-09-24 15:13:46 +01:00
2021-09-24 15:20:48 +01:00

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 +x /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 +x /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 +x /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 +x /tmp/microsoft-apps.sh && sudo /tmp/microsoft-apps.sh [PARAM]

Parameters:

  • full : Install the full suite
  • word : Install Word
  • excel : Install Excel
  • powerpoint : Install Powerpoint
  • onedrive : Install OneDrive
  • outlook : Install Outlook
  • onenote : Install OneNote
  • teams : 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 +x /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 +x /tmp/1-password.sh && sudo /tmp/1-password.sh

bt-cloud-phone.sh

Install or Update BT Cloud Phone

This script is designed to silently install or update BT Cloud Phone to an MDM enrolled Mac.

Command to execute:

sudo curl -o /tmp/bt-cloud-phone.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/bt-cloud-phone.sh && sudo chmod +x /tmp/bt-cloud-phone.sh && sudo /tmp/bt-cloud-phone.sh

scansnap-home.sh

Install or Update ScanSnap Home

This script is designed to silently install or update ScanSnap Home to an MDM enrolled Mac.

Command to execute:

sudo curl -o /tmp/scansnap-home.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/scansnap-home.sh && sudo chmod +x /tmp/scansnap-home.sh && sudo /tmp/scansnap-home.sh

Rosetta2.sh

Install Rosetta2 on required hardware

This script is designed to silently install Rosetta2 onto an Apple Silicon MDM enrolled Mac.

Command to execute:

sudo curl -o /tmp/Rosetta2.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Rosetta2.sh && sudo chmod +x /tmp/Rosetta2.sh && sudo /tmp/Rosetta2.sh

Rosetta2-JAMF.sh [JAMF ONLY]

Install Rosetta2 on required hardware

This script is designed to silently install Rosetta2 onto an Apple Silicon MDM enrolled Mac. This -JAMF version does a 'jamf recon' to update the portal - This will fail on non JAMF platforms

Command to execute:

sudo curl -o /tmp/Rosetta2-JAMF.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/Rosetta2-JAMF.sh && sudo chmod +x /tmp/Rosetta2-JAMF.sh && sudo /tmp/Rosetta2-JAMF.sh

computer-rename.sh [JAMF ONLY]

Renames a computer based on the JAMF user and MAC address

This script will rename a computer based on the JAMF user and MAC Address, it will need 3 Parameters to be passed through

  • Parameter 4. A JAMF user with API permissions
  • Parameter 5. The password for the account in Parameter 4
  • Parameter 6. The JAMF Host URL
Command to execute:

sudo curl -o /tmp/computer-rename.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/computer-rename.sh && sudo chmod +x /tmp/computer-rename.sh && sudo /tmp/computer-rename.sh

enrollment-cleanup.sh [JAMF ONLY]

Removes the downloaded and applied mobileconfig file and forces Safari to quit

This script will remove the downloaded and applied mobileconfig file and forces Safari to quit, it is required as Adobe Acrobat installer is sensitive to Safari being open and will cause a failed install. We can't rely on the enrolling person remembering to close Safari.

Command to execute:

sudo curl -o /tmp/enrollment-cleanup.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/enrollment-cleanup.sh && sudo chmod +x /tmp/enrollment-cleanup.sh && sudo /tmp/enrollment-cleanup.sh

lock-device.sh [JAMF ONLY]

Renames a computer based on the JAMF user and MAC address

This script will lock a computer using the JAMF API and can be called by an out of region smart group

  • Parameter 4. A JAMF user with API permissions
  • Parameter 5. The password for the account in Parameter 4
  • Parameter 6. The JAMF Host URL
  • Parameter 7. The Passcode to lock the device with
Command to execute:

sudo curl -o /tmp/lock-device.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/lock-device.sh && sudo chmod +x /tmp/lock-device.sh && sudo /tmp/lock-device.sh

policy-order.sh [JAMF ONLY]

Runs JAMF policies in a specific order

This script will apply the policies in the order specified, populate parameter 4 with the policy id's separated with a space.

  • Parameter 4 with the policy IDs or their custom triggers
Command to execute:

sudo curl -o /tmp/policy-order.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/policy-order.sh && sudo chmod +x /tmp/policy-order.sh && sudo /tmp/policy-order.sh

Description
No description provided
Readme 14 MiB
Languages
Shell 99.3%
PowerShell 0.7%