Our Helpdesk created several hundred user accounts with just a Display name and no First or Last name. I know just enough about VBScript to locate a script on the internet, make minor modification to suit my need and then run them, but I have not located a script to do what I need.
I need to read through our Active Directory tree, locate each user account, check to see of First and/or Last name is blank and then populate those fields with the information from Display name. Luckily, our Helpdesk filled in the Display field with LastName comma FirstName, so that I can split the Display name at the comma.
Can anyone get me started or pointed in the right direction?
I need to read through our Active Directory tree, locate each user account, check to see of First and/or Last name is blank and then populate those fields with the information from Display name. Luckily, our Helpdesk filled in the Display field with LastName comma FirstName, so that I can split the Display name at the comma.
Can anyone get me started or pointed in the right direction?