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
0e0bf106d5
commit
c8a6b6db66
2
MacOS.sh
2
MacOS.sh
@ -7,7 +7,7 @@
|
|||||||
DOMAIN=$(test.com) ## Domain
|
DOMAIN=$(test.com) ## Domain
|
||||||
admin=$(admin) ## AD admin
|
admin=$(admin) ## AD admin
|
||||||
pass=$(password) ## AD admin pass
|
pass=$(password) ## AD admin pass
|
||||||
adgroup=$(whatevergroup) ## this is to give admin privileges to a group
|
adgroup=$(whatevergroup) ## this is to give admin privileges to a group in the active directory ex: MacAdmins
|
||||||
ADcomputer=$() ## 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=$() ## 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=$() ## desired OU were the computer object is created
|
OU=$() ## desired OU were the computer object is created
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user