From 270dbaeb8063f28abbbe9f804b0aa9200fe30c96 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Fri, 29 Oct 2021 11:44:41 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d2fcc39..41143af 100644 --- a/README.md +++ b/README.md @@ -357,3 +357,15 @@ This script is designed to silently install/update balenaEtcher to an MDM enroll ``` sudo curl -o /tmp/balenaEtcher.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/balenaEtcher.sh && sudo chmod +x /tmp/balenaEtcher.sh && sudo /tmp/balenaEtcher.sh [options] ``` + +## computer-assignment.sh + +### Assign User to Computer in JAMF + +This script is designed to prompt the user for information to assist in the assignment process to an MDM enrolled Mac. + +#### Command to execute + +``` +sudo curl -o /tmp/computer-assignment.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/computer-assignment.sh && sudo chmod +x /tmp/computer-assignment.sh && sudo /tmp/computer-assignment.sh [options] +```