我一直在努力研究如何增加一个活跃的分发小组的新成员,我来这里,但我没有工作。 我认为,还有其他一些职能,因为经常团体似乎可以这样做:
Add-DistributionGroupMember -Identity "g1white students" -Member admin@live.cndl.edu
the dynamic group has been created using:
New-DynamicDistributionGroup -Name "g1white students" -alias g1whiteStudents -RecipientFilter {(RecipientType -eq UserMailbox ) -and (CustomAttribute2 -like G1 ) -and (CustomAttribute3 -like White )}
我怎么能把行政权作为活跃人群的一部分,
what I ultimately want is that the admin receives a copy of the emails sent to the group I have already added permission for admin to be able to send emails to the group using:
Set-DynamicDistributionGroup "g1white students" -AcceptMessagesOnlyFromSendersOrMembers "g1white students","admins"
(如果是行政,包含允许向所有群体发送电子邮件的人名单)