Re: How to specify more than one emailaddress with -EmailAddresses <ProxyAddressCollection>
- From: "Bharat Suneja [MVP]" <bharatsuneja@xxxxxxxxxxx>
- Date: Tue, 13 Mar 2007 08:17:39 -0700
$foo = get-mailbox user1
$foo.EmailAddresses
+="something@xxxxxxxxxxxxxx",somethingelse@xxxxxxxxxxxxxx
$foo | set-mailbox
--
Bharat Suneja
MVP - Exchange
www.zenprise.com
NEW blog location:
exchangepedia.com/blog
----------------------------------------------
"Louis Göhl" <lwgohl@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23OwszzWZHHA.2432@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I want to use the following cmdlet:
Set-Mailbox -EmailAddresses <ProxyAddressCollection>
The EmailAddresses parameter specifies all the proxy addresses of the
mailbox. It includes the primary Simple Mail Transfer Protocol (SMTP)
address as one of the proxy addresses. If you use this parameter, you
cannot use the PrimarySMTPAddress parameter.
Can anyone tell me what the syntax is if I want to specify more than one
email address?
Thanx,
Louis
.
- References:
- Prev by Date: Named Properties Error (Event ID: 9667)
- Next by Date: Re: export mailboxes
- Previous by thread: How to specify more than one emailaddress with -EmailAddresses <ProxyAddressCollection>
- Next by thread: Rebuild Exchange 2003 SP1 on same hardware
- Index(es):
Relevant Pages
|