We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224986e commit 5abca24Copy full SHA for 5abca24
MacOS.sh
@@ -18,7 +18,7 @@ read -p "Enter name of the computer object in Active Directory: " ADCOMPUTER
18
read -p "Enter OU where the computer object will be created: " OU
19
20
# Join computer to Active Directory
21
-sudo dsconfigad -add "$DOMAIN" \
+sudo dsconfigaad -add "$DOMAIN" \
22
-mobile enable \
23
-mobileconfirm disable \
24
-localhome enable \
0 commit comments