Members added in Distribution Group
I want to cross check that all the users are added in Particular Distribution group or not. Is there any command in EMC or Powershell to verify about members?
July 20th, 2012 1:10am
Hi,
Try this
Get-DistributionGroup | Get-DistributionGroupMember | Export-CSV C:\data.csv
Thanks,
Ashwini KumarKnow more about Messaging :-)
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2012 1:35am
I want to cross check that all the users are added in Particular Distribution group or not. Is there any command in EMC or Powershell to verify about members?
Hi,
Can you explain what you mean with "cross check"?
The cmdlet Get-DistributionGroupMember will give you the members of a DistributionGroup.
Example: Get-DistributionGroupMember "Name of Group"
If you want to find all cmdlets that can be used for distributiongroup management,
run Get-Help *distributiongroup* in EMS.
Martina Miskovic
July 20th, 2012 1:43am
Also wanted to add to it that, once you have exported the Group in CSV, you can filtered by the Group and Do the check on the no of Members.
Cheers,
Ashwini Kumar
Know more about Messaging :-)
Free Windows Admin Tool Kit Click here and download it now
July 20th, 2012 4:13am
Hi Insa,
Any update for your issue, above gave some good information, if you still have other confused points, please feel free let me know.
Regards!Gavin
TechNet Community Support
July 24th, 2012 1:22am