Update MacOS.sh

This commit is contained in:
PierreGode 2024-09-03 14:45:53 +02:00 committed by GitHub
parent 50689e17d7
commit cf8f27dc32
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 read -p "Enter OU where the computer object will be created: " OU
# Join computer to Active Directory # Join computer to Active Directory
sudo dscotestnfigad -add "$DOMAIN" \ sudo dsconfigad -add "$DOMAIN" \
-mobile enable \ -mobile enable \
-mobileconfirm disable \ -mobileconfirm disable \
-localhome enable \ -localhome enable \