File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,14 +52,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
52
52
53
53
### Example 1
54
54
``` 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"
56
56
```
57
57
58
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.
59
59
60
60
### Example 2
61
61
``` 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."
63
63
```
64
64
65
65
This example configures Automatic Replies for Tony's mailbox to be sent and includes an internal and an external message.
You can’t perform that action at this time.
0 commit comments