From 86372236fc9cc569305d91e903f7b3da12f574c3 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 11 Jan 2024 20:20:15 -0700 Subject: [PATCH] Add Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md --- Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md diff --git a/Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md b/Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md new file mode 100644 index 0000000..1c06154 --- /dev/null +++ b/Scripts/Powershell/Exchange/Set Mailbox Auto-Reply.md @@ -0,0 +1,3 @@ +``` powershell +Set-MailboxAutoReplyConfiguration -Identity -AutoReplyState Scheduled -StartTime "1/1/2024 00:00:00" -EndTime "1/1/2024 00:00:00" -InternalMessage "Example,

Message here.

Thank you." -ExternalMessage "Example,

Message here.

Thank you." +``` \ No newline at end of file