May 14 2019 01:07 AM
I want to create a new dynamic distribution group and face some issues.
1. The cmdlet and the documentation is missing the RequireSenderAuthenticationEnabled parameter.
This command is not listed in the documentation. When using it, the error A parameter cannot be found that matches parameter name 'RequireSenderAuthenticationEnabled'. is thrown.
However, when opening the settings of an existing dynamic distribution group, I can very well change the setting. The parameter is also available for the New-DistributionGroup cmdlet.
2. Auto complete shows a parameter -DirectMembershipOnly
Auto complete shows a parameter -DirectMembershipOnly. There is nothing about that in the documentation and I don't find that option in the group settings in the ECP. I assume it has to do with nested email enabled security group, but a clarification would be nice.
May 14 2019 11:46 AM
'RequireSenderAuthenticationEnabled' is available post-creation, via the Set-DynamicDistributionGroup cmdlet.
-DirectMembershipOnly seems to be new, and it would've been nice indeed if we had proper documentation. You can leave feedback on the article directly and request it to be updated.
May 14 2019 01:26 PM
> 'RequireSenderAuthenticationEnabled' is available post-creation
@VasilMichev Yes, I noticed this, too. But why only post-creation, though?
May 14 2019 11:44 PM
Many properties are only available post-creation, for other recipient types such as mailboxes as well.
Jan 14 2022 03:49 AM
Jan 15 2022 12:00 AM