In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.