Answered by:
List down Group email in Exch 2003

Question
-
Hi,
How to list down Group email in exch 2003? I want the list to be export to excel.
Thank you.
jaie
Monday, April 9, 2012 4:37 AM
Answers
-
Unfortunately, there are not any simple utilities for exporting group information. I'm assuming you are wanting to export the group membership. Quest has a really nice set of PowerShell extensions for user / group management that will work with users and groups even if you only have Exchange 2003.
http://www.quest.com/powershell/activeroles-server.aspx
Use the Get-QADGroupMember cmdlet and pipe the output to the Export-CSV cmdlet. Here is a useful script that you may be able to use:
http://www.blkmtn.org/Quest-PowerShell-extensions-get-qadgroupmember
Here are some reference sites:
http://ss64.com/ps/quest.html
http://www.powershellcommunity.org/Forums/tabid/54/aft/4270/Default.aspxJim McBee - Blog - http://mostlyexchange.blogspot.com
Monday, April 9, 2012 6:10 AM -
All replies
-
I manage to list down Groups email in exch 2003 from search list but how to export to excel?
jaie
Monday, April 9, 2012 4:54 AM -
Unfortunately, there are not any simple utilities for exporting group information. I'm assuming you are wanting to export the group membership. Quest has a really nice set of PowerShell extensions for user / group management that will work with users and groups even if you only have Exchange 2003.
http://www.quest.com/powershell/activeroles-server.aspx
Use the Get-QADGroupMember cmdlet and pipe the output to the Export-CSV cmdlet. Here is a useful script that you may be able to use:
http://www.blkmtn.org/Quest-PowerShell-extensions-get-qadgroupmember
Here are some reference sites:
http://ss64.com/ps/quest.html
http://www.powershellcommunity.org/Forums/tabid/54/aft/4270/Default.aspxJim McBee - Blog - http://mostlyexchange.blogspot.com
Monday, April 9, 2012 6:10 AM -