In my Windows server, there are around 1500 users, I would like to update the user a/c in Active Directory as it is not correct .
What I would like to update is the e-mail field , for example, the current email format in AD is tom.chan at email.com, I want to change the format to "user name" + email.com
For example:
A user a/c its current user email field in AD is tom.chan at email.com , I would like to replace it with the user's user name (eg. user1), therefore , the email will be changed to user1 at email.com
example 1) tom.chan at email.com ==> user1 at email.com ;
example 2) amy.yuen at email.com ==> user2 at email.com ;
example 3) jacky.hung at email.com ==> user3 at email.com etc
Could anyone can help to give advice? Thank you in advance.