Powershell tips 1 2 3 4 5 # 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