skip to main
|
skip to sidebar
Exchange Migration Chronicles
Friday, December 19, 2008
PowerShell Remove Email Addresses
To remove an email address from many users is a time consuming task. This PowerShell command will automate the process.
$mailbox = Get-Mailbox mail.alias ; $mailbox.EmailAddresses -
="email.alias@mydomain.com
" ; $mailbox set-mailbox
PowerShell Remove Email Addresses
To remove an email address from many users is a time consuming task. This PowerShell command will automate the process.
$mailbox = Get-Mailbox mail.alias ; $mailbox.EmailAddresses -
="email.alias@mydomain.com
" ; $mailbox set-mailbox
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)
▼
2008
(11)
▼
December
(1)
PowerShell Remove Email Addresses
►
September
(1)
►
July
(1)
►
June
(1)
►
May
(1)
►
April
(6)