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,