PowerShell - Active Directory
You run this command to update a user's department:
But you get an error: "Cannot find an object with identity: 'bwhite'". What is the most likely cause?
Set-ADUser -Identity 'bwhite' -Department 'Sales'
But you get an error: "Cannot find an object with identity: 'bwhite'". What is the most likely cause?
