Export Exchange Mailbox Address Details to CSV

5d05eb33135798a962e3199db1fa4a4c

Last updated on April 17th, 2023 at 12:17 am

Read Time:27 Second

If you need to export your Exchange mailbox address details to CSV then you can run the following EMS PowerShell command to export the name, primary SMTP email address and the mailbox database where the mailbox is allocated.

 Get-Recipient -Resultsize unlimited | select name, primarysmtpaddress, Database | export-csv C:tempaddresses.csv  

You can change the file location to wherever you want to save the CSV file to.

COMMENTS

If you have any questions or comments on this post, please feel free to leave us a message below using our comments system.

Click to rate this post!
[Total: 0 Average: 0]

Discover more from TechyGeeksHome

Subscribe to get the latest posts to your email.

Leave us a message...

This site uses Akismet to reduce spam. Learn how your comment data is processed.