GAL Export to CSV in Exchange 2007
Hello Team AM looking for a free tool or a command which needs to export the GAL from outlook or Exchange 2007.? Could you please suggest ? i have been searched in google , but no luck. I need to try CSVDE to get the list as per the google. but any GUI ?
May 2nd, 2011 12:01pm

You can use Powershell to do this. What information are you looking to export specifically? Name, SMTP, etc?
Free Windows Admin Tool Kit Click here and download it now
May 2nd, 2011 12:15pm

You can use Powershell to do this. What information are you looking to export specifically? Name, SMTP, etc?
May 2nd, 2011 7:06pm

Yes. Get - Receipeint command will help ?
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2011 12:01am

Get-Recipient | Select-Object Name,PrimarySmtpAddress | Export-CSV -Not c:\temp\GAL.csv Not sure exactly what information you're looking for but you can add it to the command above.
May 3rd, 2011 1:32pm

Get-Recipient | Select-Object Name,PrimarySmtpAddress | Export-CSV -Not c:\temp\GAL.csv Not sure exactly what information you're looking for but you can add it to the command above.
Free Windows Admin Tool Kit Click here and download it now
May 3rd, 2011 8:23pm

Thanks Horton I will check and update soon
May 4th, 2011 2:49am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics