Setup Mailtip for all Mailboxes in tenant

Abdullah Tahir khan 61 Reputation points
2021-06-30T20:24:32.573+00:00

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.

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,704 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,771 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 151.5K Reputation points MVP
    2021-06-30T20:27:54.11+00:00
    get-mailbox -resultsize unlimited | set-mailbox -MailTip  "Enter Text"  
    

    https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailbox?view=exchange-ps

    110791-image.png

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Amit Singh 5,071 Reputation points
    2021-07-01T06:25:09.16+00:00

    The mailtips enabling as below is easy, the comparison for names would be a challenge

    https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/mailtips/mailtips

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.