{"id":948,"date":"2020-07-01T11:42:27","date_gmt":"2020-07-01T11:42:27","guid":{"rendered":"https:\/\/www.mozesoft.com\/blog\/?p=948"},"modified":"2021-07-14T18:47:23","modified_gmt":"2021-07-14T18:47:23","slug":"how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/","title":{"rendered":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods"},"content":{"rendered":"\n<p>There are different methods to <a href=\"https:\/\/www.mozesoft.com\/blog\/migration-from-exchange-server-to-office-365\/\">migrate from any Exchange server to Office 365<\/a>, counting on what percentage mailboxes you&#8217;re exporting, their size and if you&#8217;ve got any public folders during a migration plan. It\u2019s quite easy to modify to Office 365 as all you would like is to get the licenses (commonly used are Microsoft 365 Basic or Microsoft 365 Standard), create the users and assign the licenses, change the domain DNS, and begin using them. However, the matter is the way to export the info from Exchange and import it into Office 365 within the quickest way possible with no disruption to the users in order that business isn&#8217;t affected.<\/p>\n\n\n\n<p>You can first export the Exchange mailboxes to Outlook PST then the PST file are often exported to Office 365 by using PowerShell, Exchange Admin Center (EAC) and Outlook. Let\u2019s explore these three free methods to export Exchange mailboxes to Office 365.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Use PowerShell to export mailboxes <\/strong><\/h4>\n\n\n\n<p> If  you&#8217;ve got  Exchange Server 2010 with Service Pack 1 (SP1) or newer,  you&#8217;ll  use PowerShell to export mailboxes to PST.  you would like  to open the Exchange Management Shell (EMS) window  and sort  the command (as given below) to export a mailbox. <\/p>\n\n\n\n<p><em>New-MailboxExportRequest -mailbox user1 -filepath \\\\myserver\\sharedfolder\\user1.pst<\/em><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"579\" height=\"123\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\" alt=\"\" class=\"wp-image-949\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png 579w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651-300x64.png 300w\" sizes=\"auto, (max-width: 579px) 100vw, 579px\" \/><\/figure><\/div>\n\n\n\n<p> When exporting with PowerShell,  you can&#8217;t  use the direct path  like  D:\\pstfilelocation\\user1.pst.  you want to  use  the complete  network path. For this  to figure ,  you want to  create a folder and share it with the user  you&#8217;re  using to export  and therefore the  Exchange Trusted SubSystem as full control on the folder and share. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"540\" height=\"133\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3652.png\" alt=\"\" class=\"wp-image-950\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3652.png 540w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3652-300x74.png 300w\" sizes=\"auto, (max-width: 540px) 100vw, 540px\" \/><\/figure><\/div>\n\n\n\n<p>Apart from that,  you would possibly   got to  check if the user  you&#8217;re  using has  the proper  permission.  this will  be done by adding the user to the export role from the Exchange Admin.<br><br>On the Exchange Admin Center,  attend  the Admin Roles under Permission  and make   a replacement  role and assign the user to the role.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"639\" height=\"215\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3653.png\" alt=\"\" class=\"wp-image-951\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3653.png 639w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3653-300x101.png 300w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/><\/figure><\/div>\n\n\n\n<p>Once  this is often  done,  you&#8217;ll  export the mailboxes to PST.  you&#8217;ll  use some filtering to granularly export from Exchange.<br><br>To include only a folder,  you would like   to feature  -includefolder with the name of the folder in inverted commas. To export all the mailboxes, excluding a folder,  you would like  to use the -excludefolder parameter.  you&#8217;ll  add multiple folders by separating them with commas. See the examples below. <\/p>\n\n\n\n<p><em>New-MailboxExportRequest -Mailbox \u2018user1\u2019 -Filepath \u201c\\\\SRV01\\PSTFiles\\User1.pst\u201d-IncludeFolders \u201c#Inbox#\u201d, \u201c#Outbox#\u201d<\/em><\/p>\n\n\n\n<p><em>New-MailboxExportRequest -Mailbox \u2018user1\u2019 -Filepath \u201c\\\\SRV01\\PSTFiles\\User1.pst\u201d-ExcludeFolders \u201c#Drafts#\u201d, \u201c#Outbox#\u201d<\/em><\/p>\n\n\n\n<p> You can also filter the content by date by using the <em>-ContentFilter<\/em> parameter, with <em>lt <\/em>(less than) or <em>gt<\/em> (greater than). <\/p>\n\n\n\n<p> With the <em>lt<\/em> parameter, you can specify a date limit to export everything which is less than the specified date . See the examples below.  <\/p>\n\n\n\n<p><em>New-MailboxExportRequest -ContentFilter {(Received -lt &#8217;01\/01\/2019&#8242;)} -Mailbox \u2018User1\u2019 -Filepath \u201c\\\\SRV01\\PSTFiles\\User1.pst\u201d<\/em>&nbsp;<\/p>\n\n\n\n<p>The <em>gt<\/em> parameter will export everything after the specified date.&nbsp;<\/p>\n\n\n\n<p><em>New-MailboxExportRequest -ContentFilter {(Received -gt &#8217;01\/01\/2019&#8242;)} -Mailbox \u2018User1\u2019 -Filepath \u201c\\\\SRV01\\PSTFiles\\User1.pst\u201d<\/em>&nbsp;<\/p>\n\n\n\n<p>You can have a combination of both content filters to export data of a specific period from the mailbox (see the below example).&nbsp;<\/p>\n\n\n\n<p><em>New-MailboxExportRequest  -ContentFilter {(Received -lt &#8217;01\/01\/2020&#8242;) -and (Received -gt  &#8217;01\/01\/2019&#8242;)} -Mailbox \u2018User1\u2019 -Filepath \u201c\\\\SRV01\\PSTFiles\\User1.pst\u201d<\/em>&nbsp;<\/p>\n\n\n\n<p>Once  the export process is started, you can monitor the status of export by  using the below command. It isn\u2019t elaborate but you would know the  status as running, completed and failed. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"395\" height=\"172\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3654.png\" alt=\"\" class=\"wp-image-952\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3654.png 395w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3654-300x131.png 300w\" sizes=\"auto, (max-width: 395px) 100vw, 395px\" \/><\/figure><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Use the Exchange Admin Center<\/h4>\n\n\n\n<p> To export with the Exchange Admin Center,  you want to  have the pre-requisites  like  permission on the user and share available with  the right  security. <\/p>\n\n\n\n<p>\nOnce you open the Exchange Admin Center, follow the given steps,  <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Open the recipient\u2019s section.<\/li><li>Click on more options.<\/li><li>Click on Export to a PST file.&nbsp;<\/li><li><\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"268\" height=\"182\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3655-1.png\" alt=\"\" class=\"wp-image-954\"\/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Select the mailbox to export and click Next.<\/li><li>In the next screen, enter the network path and the name of PST file for export. <\/li><li><\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"366\" height=\"116\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3656.png\" alt=\"\" class=\"wp-image-955\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3656.png 366w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3656-300x95.png 300w\" sizes=\"auto, (max-width: 366px) 100vw, 366px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li> On the next screen, you can tick the option to be notified by email and   select the user who will be informed by email when the export is done.&nbsp;    <\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Use Outlook to export mailbox<\/h4>\n\n\n\n<p>\nTo export mailboxes to PST by using Outlook, <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Click on Open &amp; Export button under File and click on Import\/Export.&nbsp; <\/li><li>Click on Export to file, click next and then click on Outlook Data File (.PST). <\/li><\/ul>\n\n\n\n<p> You can see the full structure of the account.  <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Highlight the mailbox of the user and tick the Include subfolders option. Then click Next.<\/li><\/ul>\n\n\n\n<p>  You can also choose to filter some items, by clicking on the Filter button. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"398\" height=\"299\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3658.png\" alt=\"\" class=\"wp-image-956\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3658.png 398w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3658-300x225.png 300w\" sizes=\"auto, (max-width: 398px) 100vw, 398px\" \/><\/figure><\/div>\n\n\n\n<p>You can also <a href=\"https:\/\/www.mozesoft.com\/blog\/migration-from-exchange-server-to-office-365\/\">Migrate Exchange Server Mailboxes directly to Office 365.<\/a> <\/p>\n","protected":false},"excerpt":{"rendered":"<p>There are different methods to migrate from any Exchange server to Office 365, counting on what percentage mailboxes you&#8217;re exporting, their size and if you&#8217;ve got any public folders during a migration plan. It\u2019s quite easy to modify to Office 365 as all you would like is to get the licenses (commonly used are Microsoft [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-948","post","type-post","status-publish","format-standard","hentry","category-office-365"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog\" \/>\n<meta property=\"og:description\" content=\"There are different methods to migrate from any Exchange server to Office 365, counting on what percentage mailboxes you&#8217;re exporting, their size and if you&#8217;ve got any public folders during a migration plan. It\u2019s quite easy to modify to Office 365 as all you would like is to get the licenses (commonly used are Microsoft [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-07-01T11:42:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-14T18:47:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\" \/>\n<meta name=\"author\" content=\"Adsank\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adsank\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods\",\"datePublished\":\"2020-07-01T11:42:27+00:00\",\"dateModified\":\"2021-07-14T18:47:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\"},\"wordCount\":784,\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\",\"articleSection\":[\"Office 365\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\",\"name\":\"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\",\"datePublished\":\"2020-07-01T11:42:27+00:00\",\"dateModified\":\"2021-07-14T18:47:23+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\",\"contentUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png\",\"width\":579,\"height\":123},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/\",\"name\":\"Blog\",\"description\":\"IT Knowledgebase\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\",\"name\":\"Adsank\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g\",\"caption\":\"Adsank\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/","og_locale":"en_US","og_type":"article","og_title":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog","og_description":"There are different methods to migrate from any Exchange server to Office 365, counting on what percentage mailboxes you&#8217;re exporting, their size and if you&#8217;ve got any public folders during a migration plan. It\u2019s quite easy to modify to Office 365 as all you would like is to get the licenses (commonly used are Microsoft [&hellip;]","og_url":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/","og_site_name":"Blog","article_published_time":"2020-07-01T11:42:27+00:00","article_modified_time":"2021-07-14T18:47:23+00:00","og_image":[{"url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png","type":"","width":"","height":""}],"author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods","datePublished":"2020-07-01T11:42:27+00:00","dateModified":"2021-07-14T18:47:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/"},"wordCount":784,"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png","articleSection":["Office 365"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/","url":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/","name":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods - Blog","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage"},"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png","datePublished":"2020-07-01T11:42:27+00:00","dateModified":"2021-07-14T18:47:23+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#primaryimage","url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png","contentUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2020\/07\/exmailboxtooffice3651.png","width":579,"height":123},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-exchange-mailbox-to-pst-office-365-by-using-free-methods\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Export Exchange Mailbox To PST\/Office 365 by Using Free Methods"}]},{"@type":"WebSite","@id":"https:\/\/www.mozesoft.com\/blog\/#website","url":"https:\/\/www.mozesoft.com\/blog\/","name":"Blog","description":"IT Knowledgebase","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mozesoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c","name":"Adsank","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16e1b860aa1c6c11b188d686f734c33318307888d91fee8cd1550025f1c788a0?s=96&d=mm&r=g","caption":"Adsank"}}]}},"_links":{"self":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/948","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/comments?post=948"}],"version-history":[{"count":5,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/948\/revisions"}],"predecessor-version":[{"id":1067,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/948\/revisions\/1067"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=948"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=948"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=948"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}