Powershell tips

# Create ORG and User Acct
New-ADOrganizationalUnit EJungle
New-ADUser -Name Maler -DisplayName "Jenkins Slave" -GivenName Jenkins -Surname Slave -Path "ou=EJungle,dc=cpx,dc=local"
Set-ADAccountPassword Jenkins
Enable-ADAccount Jenkins