Hi All
Not sure how to go about doing this. I have an ldifde file I want to import into AD. There are 200 users. I want to change the samaccountname to be first initial last name. How would I go through the entire file and make the changes?
Thanks.
dn: CN=Aaliyah Moosbrugger,OU=SantaMonica,DC=vmnet,DC=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: Aaliyah Moosbrugger
givenName: Aaliyah
sAMAccountName: MoosbAa
Not sure how to go about doing this. I have an ldifde file I want to import into AD. There are 200 users. I want to change the samaccountname to be first initial last name. How would I go through the entire file and make the changes?
Thanks.
dn: CN=Aaliyah Moosbrugger,OU=SantaMonica,DC=vmnet,DC=com
changetype: add
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: Aaliyah Moosbrugger
givenName: Aaliyah
sAMAccountName: MoosbAa