diff --git a/MacOS.sh b/MacOS.sh index 5904a6d..6523d3b 100644 --- a/MacOS.sh +++ b/MacOS.sh @@ -9,7 +9,7 @@ exit DOMAIN=$(test.com) ## Domain admin=$(admin) ## AD admin //Note this user can med active directory admin or a user with permission to join domain. pass=$(password) ## AD admin pass //Note this row is NOT encrypted, coution using this, password might be stored in logs. -adgroup=$(whatevergroup) ## this is to give admin privileges to a group in the active directory ex: MacAdmins +adgroup=$(whatevergroup) ## this is to give admin privileges to a group in the active directory ex: MacAdmins ADcomputer=$(MACagent01 ) ## desired computer object name ( this will only be the name of the computer object in Active Directory, hostname is still the same as default) OU=$(OU=Computers Mac,DC=domain,DC=com) ## desired OU were the computer object is created