0

I want to export user's contacts into .csv file without knowing his password. Now, I can give an account admin full permission to user mailboxes by this cmdlet:

Add-MailboxPermission -Identity abc@example.com -User admin -AccessRights FullAccess

My question is, with this admin account how can I access and export contacts of abc@example.com?

Or if you have any idea to do this, could you please hint me?

Thx,

cuongnv23
  • 230
  • 3
  • 9

1 Answers1

0

Connect to the mailbox in Outlook and open the second mailbox in Folder view. Outlook Folder View

The Contacts folder will be visible and you can select all items there. Or, File > Export should work to get you a CSV file.

Outlook Export Folder Selection

blaughw
  • 2,267
  • 1
  • 11
  • 17