supportahm1980
Technical User
Hi. I am looking to change a OU worth of users from Jdoe to John.Doe format. I have the default e-mail recipient policy changed in exchange already.
The two fields I am looking to change is the User logon name and the userlogon name pre windows 2000. (which can be found on the Account tab in AD)
Are these fields the "SamAccountName" and "UserPrincipalName"
My idea is to grab each users first and last name and replace the two fields above with something like ObjUser.Put "UserPrincipalName", FirstName & "." & Surname & "@domain.local"
Thank you.
The two fields I am looking to change is the User logon name and the userlogon name pre windows 2000. (which can be found on the Account tab in AD)
Are these fields the "SamAccountName" and "UserPrincipalName"
My idea is to grab each users first and last name and replace the two fields above with something like ObjUser.Put "UserPrincipalName", FirstName & "." & Surname & "@domain.local"
Thank you.