Update Servers/Microsoft Exchange/Scripts/Set Mailbox AutoReply.md

This commit is contained in:
2024-12-16 03:40:45 -07:00
parent d690fda712
commit 25cd39e904

View File

@ -1,3 +0,0 @@
``` powershell
Set-MailboxAutoReplyConfiguration -Identity <username> -AutoReplyState Scheduled -StartTime "1/1/2024 00:00:00" -EndTime "1/1/2024 00:00:00" -InternalMessage "Example,<br><br>Message here.<br><br>Thank you." -ExternalMessage "Example,<br><br>Message here.<br><br>Thank you."
```