Forum Discussion
Mike Koch
Jan 05, 2023Copper Contributor
automatic reply from distribution group using shared mailbox
The business asked me to configure an auto-reply from a distribution group (which I understand is not a thing). After some research, I created a new shared mailbox, configured an automatic reply (OOO...
- Jan 06, 2023Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
VasilMichev
Jan 06, 2023MVP
Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
Mike Koch
Jan 06, 2023Copper Contributor
Thank you, Vasil, that did the trick!