When setting an out-of-office/automatic reply on a mailbox, there are several ways to then either edit or disable the reply. Out of interest, is the text for these automatic replies stored in a file or similar on the filesystem of the machine that Exchange is running on?
How did you configure OOF/Automatic reply for your mailbox? Automatic Replies settings in Account Information in Outlook?
If so, we could run the following command to preview the OOF settings configured by Outlook:
( If the
AutoReplyState
showedEnabled
, the OOF settings were configured without a specific period. If it showedScheduled
, the OOF settings were configured with a specific period. )And you could add a cmdlet behind the above command to export the external/internal OOF message to a .html file for preview: