mirror of
https://github.com/PierreGode/Linux-Active-Directory-join-script.git
synced 2025-12-21 08:50:12 +01:00
Update MacOS.sh
This commit is contained in:
parent
dfe6995d0e
commit
c796c1c020
4
MacOS.sh
4
MacOS.sh
@ -7,8 +7,8 @@ exit
|
|||||||
# to automate ADjoin check the variables below and find a solution to get from you AD or just type the name of next object in list "next computer object"
|
# to automate ADjoin check the variables below and find a solution to get from you AD or just type the name of next object in list "next computer object"
|
||||||
|
|
||||||
DOMAIN=$(test.com) ## Domain
|
DOMAIN=$(test.com) ## Domain
|
||||||
admin=$(admin) ## AD admin
|
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
|
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)
|
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
|
OU=$(OU=Computers Mac,DC=domain,DC=com) ## desired OU were the computer object is created
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user