Recent content by Morphineandketamine

  1. M

    AD Powershell problem.

    Nvm found the fault, should have been "ou=Users1000,dc=maha,dc=kali,dc=local" `
  2. M

    AD Powershell problem.

    Im pritty new to this any help or tips would be appreciated. Trying to Add users in bulk, Getting this error: New-ADUser : The server is unwilling to process the request At C:\Users\Kaliadm\Desktop\Users script.ps1:5 char:1 + New-ADUser -GivenName $($_.FirstName) -Surname $($_.Lastname) ` +...