Rename AD User using PowerShell

If you are looking for renaming an AD User attributes like the "name", you may be interested in this article. Of course, you can customize the command line to change other attribute like the "DisplayName" or another one. Get-ADUser "User Name" | Rename-ADObject -NewName "User New Name"

Blog at WordPress.com.

Up ↑