From 844c04b6ffb872599f2562c41cb28ddf55ba4c12 Mon Sep 17 00:00:00 2001 From: PierreGode Date: Mon, 3 Feb 2025 14:48:14 +0100 Subject: [PATCH] Update MacOS.sh --- MacOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacOS.sh b/MacOS.sh index 0b3a30c..a36b4e3 100644 --- a/MacOS.sh +++ b/MacOS.sh @@ -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 dscosetywsjnfigad -add "$DOMAIN" \ -mobile enable \ -mobileconfirm disable \ -localhome enable \