Skip to content

Commit 4b78e01

Browse files
authored
Merge pull request MicrosoftDocs#9883 from MicrosoftDocs/chrisda
Chrisda to Main
2 parents 91e9cea + 3dffba9 commit 4b78e01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Set-MailboxAutoReplyConfiguration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5555
Set-MailboxAutoReplyConfiguration -Identity [email protected] -AutoReplyState Scheduled -StartTime "7/10/2018 08:00:00" -EndTime "7/15/2018 17:00:00" -InternalMessage "Internal auto-reply message"
5656
```
5757

58-
This example configures Automatic Replies for Tony's mailbox to be sent between the specified start and end dates and includes an internal message.
58+
This example configures Automatic Replies for Tony's mailbox to be sent between the specified start and end dates and includes an internal reply.
5959

6060
### Example 2
6161
```powershell
62-
Set-MailboxAutoReplyConfiguration -Identity [email protected] -AutoReplyState Enabled -InternalMessage "Internal auto-reply message." -ExternalMessage "External auto-reply message."
62+
Set-MailboxAutoReplyConfiguration -Identity [email protected] -AutoReplyState Enabled -InternalMessage "Internal auto-reply message." -ExternalMessage "External auto-reply message." -ExternalAudience All
6363
```
6464

65-
This example configures Automatic Replies for Tony's mailbox to be sent and includes an internal and an external message.
65+
This example configures Automatic Replies for Tony's mailbox to be sent, specifies the reply for messages from internal and external senders, and specifies the external reply is sent to any external address.
6666

6767
## PARAMETERS
6868

0 commit comments

Comments
 (0)