From 093bffde30c10190caf1579acfab0ceb796574a8 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 1 Oct 2021 17:59:56 +0100 Subject: [PATCH] Commit --- README.md | 78 +++++++++++++++++++++++++++---------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 5620679..cc6248c 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ This script is designed to silently install/update Firefox to an MDM enrolled Ma ## LibreOffice.sh -#### Install LibreOffice +### Install LibreOffice This script is designed to silently install/update LibreOffice to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -32,11 +32,11 @@ This script is designed to silently install/update LibreOffice to an MDM enrolle ## google-chrome.sh -#### Install Google Chrome +### Install Google Chrome This script is designed to silently install/update Google Chrome to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -46,17 +46,17 @@ This script is designed to silently install/update Google Chrome to an MDM enrol ## microsoft-apps.sh -#### Install Microsoft Apps +### Install Microsoft Apps This script is designed to silently install/update Microsoft Apps to an MDM enrolled Mac. -##### Command to execute +#### 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: -#### For macOS 10.14 and newer +##### For macOS 10.14 and newer * `full` : Install the full suite * `word` : Install Word @@ -70,7 +70,7 @@ Parameters: * `visual-studio-code` : Install Visual Studio Code

Appending `-oc` to any of the above parameters (eg. `full-oc`) will open the console logs for monitoring
(Used with TeamViewer Scripts) -#### For Mac OSX 10.10.0 - 10.13.6 +##### For Mac OSX 10.10.0 - 10.13.6 * `full-2016` : Install the 2016 full suite * `word-2016` : Install Word 2016 @@ -79,28 +79,28 @@ Appending `-oc` to any of the above parameters (eg. `full-oc`) will open the con * `outlook-2016` : Install Outlook 2016

Appending `-oc` to any of the above parameters (eg. `full-2016-oc`) will open the console logs for monitoring
(Used with TeamViewer Scripts) -#### For Mac OSX 10.6.8 - 10.9.5 +##### For Mac OSX 10.6.8 - 10.9.5 * `full-2011` : Install the 2016 full suite

Appending `-oc` to the above parameter (eg. `full-2011-oc`) will open the console logs for monitoring
(Used with TeamViewer Scripts) ## Acrobat-DC-Update.sh -#### Update Adobe Acrobat DC +### Update Adobe Acrobat DC This script is designed to silently update Adobe Acrobat DC to an MDM enrolled Mac. -##### Command to execute +#### 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 +### Install or Update 1Password 7 This script is designed to silently install or update 1Password 7 to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -110,11 +110,11 @@ This script is designed to silently install or update 1Password 7 to an MDM enro ## bt-cloud-phone.sh -#### Install or Update BT Cloud Phone +### Install or Update BT Cloud Phone This script is designed to silently install or update BT Cloud Phone to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -124,11 +124,11 @@ This script is designed to silently install or update BT Cloud Phone to an MDM e ## scansnap-home.sh -#### Install or Update ScanSnap Home +### Install or Update ScanSnap Home This script is designed to silently install or update ScanSnap Home to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -138,11 +138,11 @@ This script is designed to silently install or update ScanSnap Home to an MDM en ## Rosetta2.sh -#### Install Rosetta2 on required hardware +### Install Rosetta2 on required hardware This script is designed to silently install Rosetta2 onto an Apple Silicon MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show * `jamf` - will run a jamf recon at the end of the script to update the portal @@ -153,7 +153,7 @@ This script is designed to silently install Rosetta2 onto an Apple Silicon MDM e ## computer-rename.sh [JAMF ONLY] -#### Renames a computer based on the JAMF user and MAC address +### 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 @@ -161,23 +161,23 @@ This script will rename a computer based on the JAMF user and MAC Address, it wi * Parameter 5. The password for the account in Parameter 4 * Parameter 6. The JAMF Host URL -##### Command to execute +#### 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 +### 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 +#### 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 +### 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 @@ -186,25 +186,25 @@ This script will lock a computer using the JAMF API and can be called by an out * Parameter 6. The JAMF Host URL * Parameter 7. The Passcode to lock the device with -##### Command to execute +#### 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 +### 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 +#### 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` ## add-printer.sh -#### Uses lpadmin to create a printer +### Uses lpadmin to create a printer This script will create a printer in CUPS using the standards listed here > @@ -218,13 +218,13 @@ options used in this example script are * -v 'Printer URL' * -m 'Driver [Only everwhere will be supported going forwards]'. 'everywhere' is the generic name for AirPrint -##### Command to execute +#### Command to execute `sudo curl -o /tmp/add-printer.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/add-printer.sh && sudo chmod +x /tmp/add-printer.sh && sudo /tmp/add-printer.sh` ## software-update-settings.sh -#### updates plist to change the App and OS software update settings +### updates plist to change the App and OS software update settings This script will set the policies software update settings with the following settings. @@ -235,21 +235,21 @@ This script will set the policies software update settings with the following se * ConfigDataInstall -bool true * AutoUpdate -bool true -##### Command to execute +#### Command to execute `sudo curl -o /tmp/software-update-settings.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/software-update-settings.sh && sudo chmod +x /tmp/software-update-settings.sh && sudo /tmp/software-update-settings.sh` ## zerotier.sh -#### Initial Install ZeroTier ONLY +### Initial Install ZeroTier ONLY This script is designed to silently install ZeroTier to an MDM enrolled Mac. -##### Command to execute +#### Command to execute `sudo curl -o /tmp/zerotier.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/zerotier.sh && sudo chmod +x /tmp/zerotier.sh && sudo /tmp/zerotier.sh [NETWORKID]` -#### A REBOOT IS REQUIRED FOR THE TLS CERT GENERATION +##### A REBOOT IS REQUIRED FOR THE TLS CERT GENERATION It is also advised that you add a custom command or script for "on User Sign In" to execute `/usr/local/bin/zerotier-cli join [NETWORK ID]` @@ -267,11 +267,11 @@ Command: `/usr/local/bin/zerotier-cli info` ## zoom.sh -#### Install zoom +### Install zoom This script is designed to silently install/update zoom to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -281,11 +281,11 @@ This script is designed to silently install/update zoom to an MDM enrolled Mac. ## brave-browser.sh -#### Install Brave Browser +### Install Brave Browser This script is designed to silently install/update Brave Browser to an MDM enrolled Mac. -##### Options +#### Options * `openconsole` - will open the console for the logs to show @@ -295,7 +295,7 @@ This script is designed to silently install/update Brave Browser to an MDM enrol ## balenaEtcher.sh -#### Install balenaEtcher +### Install balenaEtcher This script is designed to silently install/update balenaEtcher to an MDM enrolled Mac.