Created
November 4, 2022 13:02
-
-
Save D4R4/b44536fe1fac2f8790fe024bceb52fdd to your computer and use it in GitHub Desktop.
Add accepted senders to delivery management section of Exchange office 365 gorups. not available throught the GUI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-UnifiedGroup "[email protected]" –AcceptMessagesOnlyFrom @{add="[email protected]"} | |
Set-UnifiedGroup "[email protected]" -AcceptMessagesOnlyFromSendersOrMembers @{add="[email protected]"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment