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

Delete users in the entire forest distribution group

2025-02-21 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

A few days ago, the user proposed that the user "Zhang San" should be deleted from all distribution groups in many Exchange distribution groups.

You can delete it using the following script:

# set the entire forest Set-ADServerSettings-ViewEntireForest $true# to view the distribution group $GroupNum = Get-DistributionGroupForeach ($Groups in $GroupNum) {$GroupMember=Get-DistributionGroupMember-Identity $Groups.nameif ($GroupMember.Name-eq "Zhang San") {Remove-DistributionGroupMember-Identity $Groups-Member "Zhang San"-Confirm:$false$Groups}}

Save the above script as a PowerShell script, then open Exchange Manager Shell on the Exchange server and run the script.

Note: replace Zhang San in the script with the user who needs to be deleted; in large enterprises, DisplayName may have the same name, so pay attention to the problem of duplicate name.

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