From 609ad106363f5b5317ebe444948cc994b548fa2a Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 16 Dec 2024 03:45:42 -0700 Subject: [PATCH] Update Servers/Microsoft Exchange/Scripts/Set Mailbox Auto-Reply.md --- .../Scripts/Set Mailbox Auto-Reply.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/Servers/Microsoft Exchange/Scripts/Set Mailbox Auto-Reply.md b/Servers/Microsoft Exchange/Scripts/Set Mailbox Auto-Reply.md index 7e70457..32c94ee 100644 --- a/Servers/Microsoft Exchange/Scripts/Set Mailbox Auto-Reply.md +++ b/Servers/Microsoft Exchange/Scripts/Set Mailbox Auto-Reply.md @@ -4,4 +4,17 @@ In the example below, replace `` with the shortened username of the ta ``` powershell Set-MailboxAutoReplyConfiguration -Identity -AutoReplyState Scheduled -StartTime "1/1/2025 00:00:00" -EndTime "1/15/2025 00:00:00" -InternalMessage "Example,

Message here.

Thank you." -ExternalMessage "Example,

Message here.

Thank you." -``` \ No newline at end of file +``` + +!!! note "Internal vs External" + When you configure auto-replies, you can have different replies sent to people within the same organization versus external senders, keep this in mind based on the roles of the person. + +!!! example "Example Email Reply" + The email auto reply will look something like this based on the command above. + ``` + Example, + + Message Here. + + Thank you. + ``` \ No newline at end of file