@awginger Something like this may help you? #!/bin/bash
jssURL="https://xxxxx.jamfcloud.com" ## DO NOT EDIT BELOW THIS LINE ##
echo "Please enter your JSS username:" read jssUser echo "Please enter
your JSS password:" read -s jssPass usersToGetAtOneT...