X500 Address
		
	I noticed that when I manually create an e-mail address, an X500 address appears, but when I script (below) this process, the address does not appear. I wanted to put it in my Recipient Policy so that it would be automatically created, but couldn't figure out how to do it. Do I need this address? I notice that only users who were created under Exchange 2003 have this address.
$User.Put("msExchHomeServerName",$msExchHomeServerName)
$User.Put("homeMDB",$homeMDB)
$User.Put("mDBUseDefaults",TRUE)
$User.Put("mailnickname",$networklogon.text)
Thanks for your help.
Dee		
				October 12th, 2007 10:09pm
			you don't need x500
this will give you some history
http://msexchangeteam.com/archive/2004/03/24/95451.aspx		
				Free Windows Admin Tool Kit Click here and download it now
					October 12th, 2007 10:17pm
			Thanks for the response.
dee		
				October 16th, 2007 12:20am
			no problem. If that's what you needed, please mark the answer correct.		
				Free Windows Admin Tool Kit Click here and download it now
					October 16th, 2007 12:36am
			

