Re: How to specify more than one emailaddress with -EmailAddresses <ProxyAddressCollection>



$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


.



Relevant Pages

  • Re: smart pointer dangerous (no -> operator)
    ... So Ada provides only two ways to access the managed object? ... In Ada 95 I declare the proxy type tagged controlled. ... The implementation of Foo goes as follows: ... the target object is derived from Object.Entity. ...
    (comp.lang.ada)
  • Re: is decorator the right thing to use?
    ... ProxyMethod declarations instead of a dict; ... from proxies import Proxy, ProxyMethod ... bmethod = ProxyMethod ... B::bmethod 10 foo ...
    (comp.lang.python)
  • Re: is decorator the right thing to use?
    ... auto-population of proxy methods since for each class/method those are ... # do NOT delegate C.cmethod2 ... A::mymethod foo ... if cls in self._cls2delegate: ...
    (comp.lang.python)
  • Re: is decorator the right thing to use?
    ... from proxies import Proxy ... # Maps each delegate method to the proxy attribute that refers to ... B::bmethod 10 foo ...
    (comp.lang.python)
  • X11 forwarding over proxied connection.
    ... I can do "ssh -X foo" where foo is a local machine on the same network and ... I assume this has something to do with the proxy. ...
    (comp.security.ssh)