Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MacOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PASS="password" # AD admin password (not encrypted, use with
ADGROUP="whatevergroup" # AD group to add computer to (e.g. MacAdmins)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line with 'fghsfhj' appears to be a placeholder or an error. It should be removed to maintain code clarity.

ADCOMPUTER="MACagent01" # Name of the computer object in Active Directory
OU="OU=Computers Mac,DC=domain,DC=com" # OU where the computer object will be created

fghsfhj
# Prompt user for input
read -p "Enter Active Directory domain name: " DOMAIN
read -p "Enter AD admin username: " ADMIN
Expand Down
Loading