English 中文(简体)
加入动态分布小组的前景
原标题:adding member to dynamic distribution group in outlook

我一直在努力研究如何增加一个活跃的分发小组的新成员,我来这里,但我没有工作。 我认为,还有其他一些职能,因为经常团体似乎可以这样做:

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"

(如果是行政,包含允许向所有群体发送电子邮件的人名单)

问题回答

动态 小组成员根据过滤器和你规定的条件进行自动计算。 我认为,行政部门需要确定你知道的归属正在过滤给分配小组。





相关问题
MS Outlook macro to strikeout selected text

The task is to apply strikeout to current font in selected text area. The difficulty is that Outlook doesn t support recording macros on the fly - it wants code to be written by hand. For example, ...

Outlook shortcuts style toolbar in Qt

Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for ...

Outlook 2007 CommandBarControl.Execute won t work

I recently switched to Outlook 2007 and noticed that my VBA-macros won t work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfect in Outlook 2003, ...

outlook and programming with C#

I wish to use the my Microsoft Outlook Task list in my C# application. Do you have any idea if that is possible? Can you give me a starting point or some tips for this task? many thanks! ps: btw, now ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Outlook 2003 - Add an icon column to a View?

I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this? Everything I ve looked up is either about adding a column through the ...

热门标签