#!/bin/bash # Enter Admin username and set the domain name and new hostname ADMIN_USER="adm-" # Hostname with FDQN NEW_HOSTNAME="newhostname.peo.local" # Short name HOST="hostname" DOMAIN="peo.local" # ***Notworking at the moment***DOMAIN_DESC="My domain description" # Enter the OU where the machine will reside in the domain OU="Paste destination OU"