I wan to create one dynamic distribution group and members will be only enable id.
I tried this fail.
any input. we have nybrid configuration with office365
[PS] C:\Windows\system32>Get-DynamicDistributionGroup xyv@abc.com | Set-DynamicDistributionGroup -rec
ipientfilter (RecipientType -eq 'UserMailbox') -and (CustomAttribute10 -eq "On-Role") -and (HiddenFromAddressListsEnable
d -eq "False") }
At line:1 char:231
+ ... e10 -eq "On-Role") -and (HiddenFromAddressListsEnabled -eq "False") }
+ ~
Unexpected token '}' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : UnexpectedToken