Skip to content

Commit 3c7206b

Browse files
committed
Update Set-MailboxAutoReplyConfiguration.md
Issue #7801
1 parent 132e7d2 commit 3c7206b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
5252

5353
### Example 1
5454
```powershell
55-
Set-MailboxAutoReplyConfiguration -Identity tony -AutoReplyState Scheduled -StartTime "7/10/2018 08:00:00" -EndTime "7/15/2018 17:00:00" -InternalMessage "Internal auto-reply message"
55+
Set-MailboxAutoReplyConfiguration -Identity tony@contoso.com -AutoReplyState Scheduled -StartTime "7/10/2018 08:00:00" -EndTime "7/15/2018 17:00:00" -InternalMessage "Internal auto-reply message"
5656
```
5757

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

6060
### Example 2
6161
```powershell
62-
Set-MailboxAutoReplyConfiguration -Identity tony -AutoReplyState Enabled -InternalMessage "Internal auto-reply message." -ExternalMessage "External auto-reply message."
62+
Set-MailboxAutoReplyConfiguration -Identity tony@contoso.com -AutoReplyState Enabled -InternalMessage "Internal auto-reply message." -ExternalMessage "External auto-reply message."
6363
```
6464

6565
This example configures Automatic Replies for Tony's mailbox to be sent and includes an internal and an external message.

0 commit comments

Comments
 (0)