OOS setup for users

Sree 1,971 Reputation points
2021-09-03T14:30:12.717+00:00

To set up out of office only for external users for all users in O365.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,859 questions
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,151 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,326 questions
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 40,781 Reputation points
    2021-09-06T02:49:44.733+00:00

    Hi @JustinMicheal-7973,

    How to set up out of office only for external users for all users in O365. I have set up remote domain but it is not working for external users

    Based on my test, please leave the settings on remote domain as default and then set the oof for external users only for all users in your organization:

    1.Connect to Exchange Online Powershell, run the command below to verify the remote domain settings:

     Get-RemoteDomain | ft -AutoSize Name, DomainName, AllowedOOFType,AutoReplyEnabled  
    

    129444-1.png

    2.Run the following command to set up the automatic reply:

    Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails UserMailbox,SharedMailbox  | Set-MailboxAutoReplyConfiguration -AutoReplyState enabled  -InternalMessage $null -ExternalMessage "External auto-reply message."  
    

    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful