Change Alias

From KlavoWiki
Revision as of 23:38, 13 April 2011 by David (talk | contribs) (Created page with "To change the alias name of a user <pre> Get-Mailbox -Identity <incorrect name> | Set-Mailbox -Alias <correct name> </pre> Category : Exchange PowerShell")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To change the alias name of a user

Get-Mailbox -Identity <incorrect name> | Set-Mailbox -Alias <correct name>