Hi guyz,
I would like to setup Mailtip for all Mailboxes in our Tenant, Mailtip is same across organization.
Can somebody share Powershell commands to do so.
Hi guyz,
I would like to setup Mailtip for all Mailboxes in our Tenant, Mailtip is same across organization.
Can somebody share Powershell commands to do so.
get-mailbox -resultsize unlimited | set-mailbox -MailTip "Enter Text"
https://docs.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps

The mailtips enabling as below is easy, the comparison for names would be a challenge
https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/mailtips/mailtips
10 people are following this question.