Forum Discussion
ERROR: The action 'Set-DistributionGroup', 'AcceptMessagesOnlyFromSendersOrMembers', can't be perfor
The fix is to configure this on-premises, as with pretty much any other scenario involving dirsync. Namely, edit the authorig attribute to include the users you need.
Full list of related attributes can be found for example here: https://support.microsoft.com/en-us/help/2618066/how-to-manage-exchange-dynamic-distribution-group-restrictions-and-dis
- VasilMichevSep 23, 2017MVP
Use PowerShell:
Set-ADObject "DG" -replace @{authorig="DN of the object you want to grant permissions"}
- Steve_BaumanAug 20, 2019Copper Contributor
VasilMichev Thanks!!
This resolved my issue. Once I added one member using PowerShell (running as domain administrator) on my domain controller, I was able to edit it using the regular ADSI edit tool.- Gregory2190Mar 12, 2020Copper Contributor
Can you send a sample of the script? I am not getting what to put in "DG" as it keeps saying cannot find an object with that identity.