Share via

auto reply

Glenn Maxwell 13,676 Reputation points
2020-08-11T19:49:20.897+00:00

Hi Experts

i want to set autoreply for office365 unified group, will the below syntax work for me

Set-MailboxAutoReplyConfiguration -Identity unifiedgroup1@Company portal .com -InternalMessage "Hello,This group is not monitored," -ExternalMessage "Hello This group is not monitored"

Exchange Online
Exchange Online

A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


Answer accepted by question author
  1. Lydia Zhou - MSFT 2,386 Reputation points Microsoft Employee
    2020-08-12T05:35:45.697+00:00

    As JonAlfredSmith-5004 mentioned, you have to add AutoReplyState parameter and enable it to make sure the OOF is working. I test the command, and OOF works well for internal and external senders. Here are my test results.

    The command I used:
    17136-526.png

    When an internal user user01 sends message to that group, user01 can get OOF message:
    17057-527.png

    When I send to the group with my Gmail account, I can get the OOF message as well:
    17064-528.png

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Jon Alfred Smith 541 Reputation points
    2020-08-11T20:34:45.287+00:00

    You need to add the AutoReplyState parameter to specify whether the mailbox is enabled for Automatic Replies.

    Set-MailboxAutoReplyConfiguration -Identity unifiedgroup1@Company portal .com -AutoReplyState Enabled -InternalMessage "Hello,This group is not monitored," -ExternalMessage "Hello This group is not monitored"

    There's perhaps a typo after "not monitored", a comma.

    0 comments No comments

Your answer

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