Using PowerShell, when I connect to Exchange with my credentials (I'm an admin) and use Get-Contact, I get all the contacts defined under Exchange->Recipients->Contacts. However, what I want to do is pull the actual contacts defined within a user's account. If I connect to Exchange with the mailbox's credentials rather than mine, I do not have access to the Get-Contact command. I'm not a PowerShell expert, so I'm not sure if this is done with impersonation, Get-Mailbox or some other method. How do I accomplish what I am trying to do? Thanks