Adding an additional email address using PowerShell
Today I have to add an additional SMTP address to some existing user mailboxes. This is easy enough to do in the Exchange Management Console but can also be achieved using the following PowerShell command: Set-Mailbox <alias> -EmailAddresses @{Add=’user@domain.com’} Similarly, addressess can…
Configure custom mailtips
Having just discovered MailTips we are now using them on several mailboxes. They offer real time information on the message they are composing and the recipient(s). For example, we have just added a MailTip to our helpdesk mailbox advising users…