July 2017
Intermediate to advanced
648 pages
31h 9m
English
MailTips can also be configured per mailbox simply by using the Set-Mailbox cmdlet. Let's start with validating whether we have any current value configured by using the cmdlet:
Get-Mailbox "HelpDesk" | fl MailTip
The output from this cmdlet will look similar to the following value:
[PS] C:\>Get-Mailbox "HelpDesk" | fl MailTip
MailTip :
Now we have validated that there is no existing customized value configured for the HelpDesk mailbox. We want to customize the mail tips for the HelpDesk mailbox and make sure that when someone is about to send an email to the mailbox they will get an infobar showing the value we are about to configure. The configuration is simple, and is done by running the following cmdlet:
Set-Mailbox ...Read now
Unlock full access