{"id":461,"date":"2017-02-27T17:39:46","date_gmt":"2017-02-27T15:39:46","guid":{"rendered":"http:\/\/itsimple.info\/?p=461"},"modified":"2017-02-27T17:39:46","modified_gmt":"2017-02-27T15:39:46","slug":"how-to-export-multi-pst-from-exchange-2007-with-a-powershell-script","status":"publish","type":"post","link":"https:\/\/itsimple.info\/?p=461","title":{"rendered":"How To Export multi PST From Exchange 2007 with a Powershell Script"},"content":{"rendered":"<h4>For export outlook PST from exchange 2007, First you need to install The exchange 2007 management tool on workstation and not on the server because you need to connect through MAPI account and from the server itself that not allowed.<\/h4>\n<h4>create CSV file in this format :<\/h4>\n<pre>identity\r\nuser1@email.com\r\nuser2@email.com<\/pre>\n<h4>Open Exchange powershell . Then you need to give the administrator full access permission to the mailbox in transit:<\/h4>\n<pre>Import-CSV \u201cPath To The File\\Users.csv\u201d | foreach {Add-mailboxpermission \u2013Identity $_.identity -accessrights fullaccess -user \"Administrator\"}<\/pre>\n<h4>Once the administrator or any other user you selected have full permission on the mailbox you can start the export process, in this example &#8220;Administrator&#8221; user:<\/h4>\n<pre>Import-CSV \u201cPath To The File\\Users.csv\u201d | foreach {Export-Mailbox \u2013Identity $_.identity -PSTFolderPath \"Folder Of Your Choice\" -confirm:$false}<\/pre>\n<h4>The PST files will be exported to the folder one by one according to the user order in the CSV\u00a0 file .<\/h4>\n","protected":false},"excerpt":{"rendered":"<p>For export outlook PST from exchange 2007, First you need to install The exchange 2007 management tool on workstation and not on the server because you need to connect through MAPI account and from the server itself that not allowed. create CSV file in this format : identity user1@email.com user2@email.com Open Exchange powershell . Then [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[],"class_list":["post-461","post","type-post","status-publish","format-standard","hentry","category-windows"],"_links":{"self":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=461"}],"version-history":[{"count":0,"href":"https:\/\/itsimple.info\/index.php?rest_route=\/wp\/v2\/posts\/461\/revisions"}],"wp:attachment":[{"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=461"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=461"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsimple.info\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}