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