Forum Discussion
MattH79
Dec 20, 2022Copper Contributor
Out of Office sending internal message to external recipients
Hi folks We're running Exchange Online. Our users run Outlook clients and are given the option to set separate internal and external Out of Office automatic replies. However, it appears that ...
Andres-Bohren
Sep 27, 2023Steel Contributor
Hi MattH79
Can you check the Remote Domains
Get-RemoteDomain | ft Name, DomainName, *oof*
Set-RemoteDomain
https://learn.microsoft.com/en-us/powershell/module/exchange/set-remotedomain?view=exchange-ps
Regards
Andres
- KC_technewSep 28, 2023Copper Contributor
Thank you for this. This command returend InternalLegacy I believe or something with 'Legacy'. We set this to External and now our OOF external unique messages are being sent properly.
- Andres-BohrenSep 28, 2023Steel ContributorIf your problem is solved, please mark the answer as solution.