Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2012-09-26
You can use the Exchange Management Shell to configure the way emails are sent and received through remote domains. The following demonstrates how to use the Exchange Management Shell to configure the way Exchange handles automatic replies.
What do you need to know before you begin?
- Estimated time to complete: 10 minutes
- You can't use the Exchange admin center (EAC) to perform this
procedure. You can only use the Shell.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"Remote domain" entry in the Mail Flow
Permissions topic.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection |
Use the Shell to configure automatic replies
You can use the Set-RemoteDomain cmdlet to configure the properties of a remote domain.
This example allows automatic replies to the remote domain named Contoso. This setting is disabled by default.
Copy Code | |
---|---|
Set-RemoteDomain Contoso -AutoReplyEnabled $true |
This example allows automatic forwards to the remote domain. This setting is disabled by default.
Copy Code | |
---|---|
Set-RemoteDomain Contoso -AutoForwardEnabled $true |