Update MacOS.sh

This commit is contained in:
PierreGode 2024-11-29 14:13:50 +01:00 committed by GitHub
parent 0dc928453b
commit 22c10f7fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Set variables
DOMAIN="test.com" # Active Directory domain name
DOMAIN="test.com" # Domain name
ADMIN="admin" # AD admin username
PASS="password" # AD admin password (not encrypted, use with caution)
ADGROUP="whatevergroup" # AD group to add computer to (e.g. MacAdmins)