powershell script to create AD user
Hi Guys, I have used the following powershell command to create AD user: New-ADUser -Name "XXX" -GivenName xxx -Surname xxx -SamAccountName XXXXXXX -UserPrincipalName xxxx@example.com -path "OU=XYZ, DC=example, DC=com" But when running this script i ...