Get Contact information of all the users without specifying user credentials.
-
Friday, December 28, 2012 8:44 AM
How Can I get the Contact information for list of users from exchange server without specifying user credentials?
All Replies
-
Friday, December 28, 2012 11:19 AM
Are you looking for email address of all users? Then Run: get-mailbox | fl displayname, *primarysmtp* >c:\list.csv and export to list.csv file
Regards from ExchangeOnline
-
Monday, December 31, 2012 8:10 AMModerator
Hello,
If you mean mail contacts information on Exchange Server, you can use this command to do that:
Get-MailContact
http://technet.microsoft.com/en-us/library/bb124717.aspx
If you mean contacts information in users ‘mailbox, you can follow this way to achieve that:
<1> use New-MailboxExportRequest export contact information to pst file.
<2> Import the pst file to one account (which you have credential), then login that account to check the contact information.
Thanks,
Evan
Evan Liu
TechNet Community Support- Marked As Answer by Evan LiuModerator Sunday, January 06, 2013 2:22 PM


