Email address policy
Hello, I would like to know how could I set the email address policy like this: - replacing space in the fist name by a "- " - and replacing a space in the last name by "_ " E.g: first name --> first-name Last name --> last_name (at the moment we have "%g.%s@companyname.com) Could I set that through a shell command and set the priority...?? Thanks all in advance for your help. Graig
December 8th, 2009 1:08pm

Hi, First name or Last name is a single attribute and can't be replaced. Ideally you should not have a Space in a single First Name or Last Name. There are three attributes in AD User Object as First Name, Last Name or Middle Name and you should them separately. Instead you can use some scripts to correct first name and last name replacing space character with "-" or "_". Thanks. -Vishal.Vishal Ramnani | MCITP - Exchange 2007 | MCSE Messaging | MCTS - Win 2008 Config
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2009 1:43pm

Thanks Vishal, Would you have the script to replace the space character in the first name by "-" and in the last name by "_" ??
December 8th, 2009 2:28pm

I think this will do the job: %r -%g.%r _%s@mycompany.com
Free Windows Admin Tool Kit Click here and download it now
December 8th, 2009 2:47pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics