Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Exchange 2013 2016 dynamic distribution group membership query

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Query the dynamic distribution group members of Exchange 2013 and 2016 according to the method described on the official website, and sometimes the list of distribution group members cannot be obtained normally. The address of the official website is: https://technet.microsoft.com/zh-cn/library/bb232019(v=exchg.150)

If the filter criteria of the dynamic distribution group specify that the rule is to filter members by the recipient container (OU), then using the following command to get the dynamic distribution group members will get incorrect results and will get a list of all mailboxes.

$FTE = Get-DynamicDistributionGroup "Full Time Employees"

Get-Recipient-RecipientPreviewFilter $FTE.RecipientFilter

According to my own tests, I need to specify the parameter-OrganizationalUnit parameter when getting dynamic distribution group members so that I can get the correct members.

Get-Recipient-RecipientPreviewFilter (Get-DynamicDistributionGroup-Identity ceshigroup). LdapRecipientFilter-OrganizationalUnit (Get-DynamicDistributionGroup-Identity ceshigroup). RecipientContainer-ResultSize unlimited

Get-Recipient-RecipientPreviewFilter (Get-DynamicDistributionGroup-Identity ceshigroup). RecipientFilter-OrganizationalUnit (Get-DynamicDistributionGroup-Identity ceshigroup). RecipientContainer

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report