Question : Exchange 2003 Consolidated Report - Forward mail/Distribution Groups etc.

I am looking for a utility/report that will give me all the email addresses in Exchange and if the address is forwarded to another internal or SMTP address.
Also, a list of who is in a particular distribution list.

Answer : Exchange 2003 Consolidated Report - Forward mail/Distribution Groups etc.

I would use the quest powershell product for some of this;

1.  Distribution list member

Get-QADGroup -Identity "Group Name"

2. Get the users email addresses

Get-QADUser -SizeLimit 0 | fl ProxyAddresses

Random Solutions  
 
programming4us programming4us