July 2017
Intermediate to advanced
648 pages
31h 9m
English
Retrieving the settings for a mailbox simply requires that you run the Get-MailboxAutoReplyConfiguration cmdlet and specify the identity of the mailbox, as shown in the previous example. The Set-MailboxAutoReplyConfiguration cmdlet supports multiple parameters that can be used to customize the settings for the mailbox autoreply configuration:
Set-MailboxAutoReplyConfiguration dave `
-AutoReplyState Scheduled `
-StartTime 3/25/2017 `
-EndTime 4/3/2017 `
-ExternalMessage "I will be out of the office this week"
In this command, we set the AutoReplyState, specify a StartTime and EndTime, and set the ExternalMessage. When the StartTime date is reached, the mailbox will proceed to automatically reply to messages using the specified ...
Read now
Unlock full access