Add dLMemSubmitPerms powershell restrict users via AD Group to send emails to Email group We set this attribute usign ADUC…
Add Authorig powershell restrict users to send emails to Email group Import-module activedirectory Set-ADGroup -Identity "Test Group" -Add @{authOrig=@('CN=Test User,OU=Department,OU=People,DC=CONTOSO,DC=EDU’)}…
Get-DistributionGroup managed by export-csv - Powershell First step would be import csv with DL names which you would like to…
Restrict a Distribution List to internal users only For restricting Distribution list to internal users only we need to set…
Restrict to send mail to Distribution List using authOrig or dLMemSubmitPerms This article explains on how to restrict who can…
This website uses cookies.