Exchange – Export Contacts to PST using Powershell

Exchange 2013 1

Last updated on April 1st, 2023 at 08:40 pm

Read Time:26 Second

If you want to export a users set of contacts from Exchange directly into a PST file using Powershell, then you can run this command using Exchange Management Shell (EMS):

export-mailbox -id User1 -includefolders 'contacts' -pstfolderpath C:User1.pst

Where:

  • User1 = the mailbox that you want to export from
  • C:User1.pst = the PST filename where you want to export to

COMMENTS

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

 

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

Free Subscription

If you want to be notified when we post more quality guides like this one, sign up to our free subscription service and you will receive an email when a new post is live.

Join 441 other subscribers.

No need to worry, we will not be filling your inbox with spam and you can unsubscribe anytime you like.


Leave us a message...

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