Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created November 4, 2022 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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 "news-internal@wwww.com" –AcceptMessagesOnlyFrom @{add="communication@wwwww.com"}
Set-UnifiedGroup "news-internal@wwww.com" -AcceptMessagesOnlyFromSendersOrMembers @{add="communication@wwww.com"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment