How to setup , out of office for disabled mailbox

Ragala 18 86 Reputation points
2021-03-05T06:21:01.377+00:00

Hello ,

Can anyone help me how to setup out of office for disabled mailbox.

Thank you

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,167 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,879 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ulv 81 Reputation points
    2021-03-05T08:32:52.387+00:00

    Hi @Ragala 18

    Two things you can do if you've disabled the mailbox you can use Powershell with this cmdlet to set the autoreply "Set-MailboxAutoReplyConfiguration -Identity tony -AutoReplyState Enabled -InternalMessage "Internal auto-reply message." -ExternalMessage "External auto-reply message.""

    Since as @Vasil Michev is asking for a definition of "disabled mailbox" the above will not work if the mailbox has been deleted or fully disabled; and it is returning "the email address is no longer valid"

    If it is the Active Directory-object that is disabled, you can set an out of office reply on their account: (the suggestion below assumes this is Exchange and not O365)

    1. Open EMC navigate to Recipient Configuration > Mailbox and highlight the account that you disabled
    2. Right click on the disabled account and select Manage Full Access Permissions
    3. Add your account to the list of the accounts that have full permissions
    4. Now on your Workstation create a new outlook profile for the disabled account
    5. Once Outlook opens navigate to Tools > Rules and Alerts
    6. Click New Rule > Check messages when they arrive > Next > Yes to prompt > Have server reply using a specific message > click a specific message in Step 2 window > Next > Next > Finish
    7. List item

    Reminder that you have to make sure that you allow auto-reply as a global setting. To check if auto-reply is set follow the steps below.

    In EMC navigate to Remote Domain > bring up the properties of Default > Format of original message sent as an attachment to journal report > Allow auto-replies

    Best practice is disabling the Global Settings configuration (as default) once the transition period ends.

    If this is Exchange 2003, this is a User Setting, 2007 and up it is a Server Setting.

    Hope this helps!

    Best regards,
    Ulv


1 additional answer

Sort by: Most helpful
  1. Vasil Michev 95,081 Reputation points MVP
    2021-03-05T08:19:07.197+00:00

    Define "disabled" mailbox?