Hello,
Exchange 2010 on 2003 domain
I would like to export a list of all my distribution groups with the name, Email address, and notes. Name and Email address was easy, but notes... that's where I'm stuck. Looking in AD, open a universal distribution group, General tab, at the bottom of the window there is a notes area. I want to dump that information. I have looked at the setting for Set-DistributionGroup thinking it would give me the object name, but no such luck.
Set Ref:
http://technet.microsoft.com/EN-US/library/e3a8c709-770a-4900-9a57-adcf0d98ff68(EXCHG.141).aspx
My current PS line is:
Get-DistributionGroup | Select-Object name,primarysmtpaddress | Export CSV C:\DG.csv
and it works nicely, but what is the notes area called?