Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created November 4, 2022 13:02
Show Gist options
  • Save D4R4/b44536fe1fac2f8790fe024bceb52fdd to your computer and use it in GitHub Desktop.
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
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