Hi folks,
Just wanted to share with you a quick way to add email addresses to Exchange recipients by using PowerShell. This is in case you are as lazy as I am and don't want to access recipient from the GUI tool like EAC.
The sample code is as follows for mailbox.
Set-Mailbox jsmith -EmailAddresses @{Add=’john.w.smith@contoso.com’}
The same can be applied for all kinds of recipients like contacts, distribution groups and so on.
Enjoy!
Just wanted to share with you a quick way to add email addresses to Exchange recipients by using PowerShell. This is in case you are as lazy as I am and don't want to access recipient from the GUI tool like EAC.
The sample code is as follows for mailbox.
Set-Mailbox jsmith -EmailAddresses @{Add=’john.w.smith@contoso.com’}
The same can be applied for all kinds of recipients like contacts, distribution groups and so on.
Enjoy!
No comments:
Post a Comment