Exchange – Export Contacts to PST using Powershell

Exchange 2013 1
Exchange 2013 1

Estimated reading time: 1 minutes

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]

Share this content:

Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *