Change Alias: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(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")
 
(No difference)

Latest revision as of 23:38, 13 April 2011

To change the alias name of a user

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