skip to main
|
skip to sidebar
Exchange Migration Chronicles
Friday, May 22, 2009
Adding more addresses to a mail contact. Works for users too.
$Temp = Get-MailContact 'Test User'
$Temp.EmailAddresses.Add("
test.user@test.com
")
$Temp.EmailAddresses += ("X400:c=AT;a=ada;p=domain;s=user;g=test;")
Set-MailContact -Instance $Temp
Adding more addresses to a mail contact. Works for users too.
$Temp = Get-MailContact 'Test User'
$Temp.EmailAddresses.Add("
test.user@test.com
")
$Temp.EmailAddresses += ("X400:c=AT;a=ada;p=domain;s=user;g=test;")
Set-MailContact -Instance $Temp
View the entire comment thread.
Newer Post
Older Post
Home
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Coming Soon
Configuring outlook for RPC over https
Exchange 2003 co-existence
Blog Archive
▼
2009
(2)
►
September
(1)
▼
May
(1)
Adding more addresses to a mail contact. Works for...
►
2008
(11)
►
December
(1)
►
September
(1)
►
July
(1)
►
June
(1)
►
May
(1)
►
April
(6)