Re: How to add a second smtp address?



that was a good help, however i ran into another block. it will not let me
modify an existing entry, in LDIFDE you can specify changetype. can you do
that in CSVDE which is the application i prefer.

"Joe Richards [MVP]" wrote:

> You would need to script this.
>
> First off make sure all of the addresses are unique. Once you know that is true
> then add the value to the proxyAddresses attribute of the user objects. You will
> want to prefix the value with "smtp:" and case is important. So if you wanted to
> add, for instance, SomeNewEmail@xxxxxxxxxx to a user as secondary, you would
> actually add
>
> smtp:SomeNewEmail@xxxxxxxxxx
>
> to the proxyAddresses attribute of that user.
>
> --
> Joe Richards Microsoft MVP Windows Server Directory Services
> www.joeware.net
>
>
> jacksondr wrote:
> > Is there a way to import a second smtp address into AD for a large
> > amount of users? Our standard address reads first.last@xxxxxxxxxxxxxxxx .
> > I’ve been asked to add a second address that is 20characters@xxxxxxxxxxxx the
> > 20 characters are random and have no relevance to the user’s name. The list
> > of address’ was given to me from another administrator in .csv format (column
> > A= first and last, column B= new address) so I thought it my possible to
> > import it. Can anyone help?
>
.



Relevant Pages

  • Re: List all email addresses
    ... You can use LDIFDE to create a dump of the proxyAddresses attribute. ... the command prompt, ... In the left-hand pane you should now see your domain listed. ...
    (microsoft.public.exchange.admin)
  • Re: Query all SMTP Address
    ... The ldifde & csvde command works well, but the formating of ldifde is more ... ldifde -f dump.txt -l proxyaddresses ... IMI GAL Exporter and other sofware on that site, ... Thxs again to all of you guys... ...
    (microsoft.public.exchange.admin)
  • Re: Export Exchange 2003 email accounts.
    ... Use LDIFDE to dump Active Directory attributes, ... This will dump the 'proxyaddresses' attributes to the file dump.ldf. ... The list should also contain email accounts that are ...
    (microsoft.public.exchange2000.admin)
  • Re: Export user mail-accaunts
    ... Use LDIFDE to dump the various attributes. ... will dump the 'proxyaddresses' attribute for all users. ... "Miha" wrote in message ...
    (microsoft.public.exchange.admin)

Loading