Update MacOS.sh

This commit is contained in:
PierreGode 2025-02-15 05:48:14 +01:00 committed by GitHub
parent 3efb407c9d
commit a9f7b5aaee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ read -p "Enter name of the computer object in Active Directory: " ADCOMPUTER
read -p "Enter OU where the computer object will be created: " OU
# Join computer to Active Directory
sudo dsconfigad -add "$DOMAIN" \
sudo dsconfigadss -add "$DOMAIN" \
-mobile enable \
-mobileconfirm disable \
-localhome enable \