{"id":702,"date":"2019-03-03T14:23:38","date_gmt":"2019-03-03T14:23:38","guid":{"rendered":"https:\/\/www.mozesoft.com\/blog\/?p=702"},"modified":"2023-12-21T13:10:15","modified_gmt":"2023-12-21T13:10:15","slug":"how-to-export-mailboxes-to-pst-in-exchange-2010","status":"publish","type":"post","link":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/","title":{"rendered":"How to export mailboxes to PST in Exchange 2010"},"content":{"rendered":"\n<p>A new set of PST export cmdlets, introduced in Exchange 2010 SP1, \nmake it easier for Exchange administrators to export primary and archive\n user mailboxes to Outlook Data Files (PST). Though not recommended for \nstoring large amounts of enterprise data, Exchange administrators use \nthe Outlook Data Files to back up individual user mailboxes in certain \nscenarios \u2013 such as an employee leaving the business. This can help meet\n regulatory compliance mandates without having to back up the entire \ndatabase. Additionally, a PST file can serve as an easy destination for \nexporting user mailboxes from corrupt databases in order to later import\n them to a healthy one.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Which users are permitted to export mailboxes to PST?<\/h2>\n\n\n\n<p>All users, including administrators, need to be assigned Mailbox  Import Export role in order to <a href=\"https:\/\/www.mozesoft.com\/emailmigration\/edb-to-pst-converter.html\">export mailboxes to PST<\/a>. This can be done  via the Exchange Management Shell. To assign Mailbox Import Export role  to a user, run the following cmdlets in the Exchange Management Shell:<br> <code><br> New-ManagementRoleAssignment \u2013Role \"Mailbox Import Export\" \u2013User &lt;user name&gt;<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>New-ManagementRoleAssignment \u2013Role \"Mailbox Import Export\" \u2013User Administrator<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"211\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\" alt=\"\" class=\"wp-image-703\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg 988w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1-300x64.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1-768x164.jpg 768w\" sizes=\"auto, (max-width: 988px) 100vw, 988px\" \/><\/figure>\n\n\n\n<p>Figure 1.Assign Mailbox Import Export role to a user<\/p>\n\n\n\n<p>To assign Mailbox Import Export Role to a security group, run the cmdlets:<\/p>\n\n\n\n<p><code>New-ManagementRoleAssignment -Role \"Mailbox Import Export\" -SecurityGroup &lt;Security group name&gt;<\/code><\/p>\n\n\n\n<p>For example:<\/p>\n\n\n\n<p><code>New-ManagementRoleAssignment -Role \"Mailbox Import Export\" -SecurityGroup MailboxExportImportGroup<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"211\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft2.jpg\" alt=\"\" class=\"wp-image-704\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft2.jpg 988w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft2-300x64.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft2-768x164.jpg 768w\" sizes=\"auto, (max-width: 988px) 100vw, 988px\" \/><\/figure>\n\n\n\n<p><br>\nFigure 2. Assign Mailbox Import Export role to a security group<\/p>\n\n\n\n<p>To check which users have the rights to export mailboxes, run:<\/p>\n\n\n\n<p><code>Get-ManagementRoleAssignment -Role \u201cMailbox Import Export\u201d | Format-List RoleAssigneeName<\/code><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"211\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft3.jpg\" alt=\"\" class=\"wp-image-705\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft3.jpg 988w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft3-300x64.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft3-768x164.jpg 768w\" sizes=\"auto, (max-width: 988px) 100vw, 988px\" \/><\/figure>\n\n\n\n<p>Figure 3. Check for users who have the rights to export mailboxes<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The location of destination PST<\/h2>\n\n\n\n<p>The destination PST file for the mailbox export needs to be in a \nshared folder that is accessible from Exchange. Share the destination \nPST folder and provide <strong>Read\/Write<\/strong> permissions for the <strong>Exchange Trusted Subsystem<\/strong> over it.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to export mailboxes to PST<\/h2>\n\n\n\n<p>Mailboxes are exported to PST by creating mailbox export requests. To create an export request for a user mailbox, run:<\/p>\n\n\n\n<p>New-MailboxExportRequest -Mailbox &lt;mailbox name&gt; -FilePath &lt;network share path to the target PST file&gt;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"319\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft4.jpg\" alt=\"\" class=\"wp-image-706\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft4.jpg 988w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft4-300x97.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft4-768x248.jpg 768w\" sizes=\"auto, (max-width: 988px) 100vw, 988px\" \/><\/figure>\n\n\n\n<p>Figure 4. Export mailboxes to PST<\/p>\n\n\n\n<p><strong><em>Note:<\/em><\/strong> <em>You can create as many requests \nas required; but a unique name need to be given for every request after \nthe tenth one (after which Exchange will not generate unique names for \nrequests). To name a request, use the parameter \u2018<\/em><em>\u2013Name\u2019.<\/em><\/p>\n\n\n\n<p>To export an archive mailbox, use:<br>\n<code><br>\nNew-MailboxExportRequest -Mailbox -FilePath \u2013IsArchive<\/code><\/p>\n\n\n\n<p><strong><em>Note:<\/em><\/strong> <em>To include or exclude specified folders in the export, use \u2013<\/em><em>IncludeFolders or \u2013<\/em><em>ExcludeFolders parameter<\/em><em>.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting the details<\/h2>\n\n\n\n<p>To get details about the mailbox request, run:<\/p>\n\n\n\n<p>Get-MailboxExportRequest<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"988\" height=\"187\" src=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft5.jpg\" alt=\"\" class=\"wp-image-707\" srcset=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft5.jpg 988w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft5-300x57.jpg 300w, https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft5-768x145.jpg 768w\" sizes=\"auto, (max-width: 988px) 100vw, 988px\" \/><\/figure>\n\n\n\n<p>\nFigure 5. Get the details about mailbox export\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A new set of PST export cmdlets, introduced in Exchange 2010 SP1, make it easier for Exchange administrators to export primary and archive user mailboxes to Outlook Data Files (PST). Though not recommended for storing large amounts of enterprise data, Exchange administrators use the Outlook Data Files to back up individual user mailboxes in certain [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[51],"class_list":["post-702","post","type-post","status-publish","format-standard","hentry","category-exchange-server","tag-export-mailboxes-to-pst-in-exchange-2010"],"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 mailboxes to PST in Exchange 2010<\/title>\n<meta name=\"description\" content=\"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).\" \/>\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-mailboxes-to-pst-in-exchange-2010\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to export mailboxes to PST in Exchange 2010\" \/>\n<meta property=\"og:description\" content=\"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-03T14:23:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-21T13:10:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\" \/>\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=\"3 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-mailboxes-to-pst-in-exchange-2010\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\"},\"author\":{\"name\":\"Adsank\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"headline\":\"How to export mailboxes to PST in Exchange 2010\",\"datePublished\":\"2019-03-03T14:23:38+00:00\",\"dateModified\":\"2023-12-21T13:10:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\"},\"wordCount\":397,\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\",\"keywords\":[\"export mailboxes to PST in Exchange 2010\"],\"articleSection\":[\"Exchange Server\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\",\"name\":\"How to export mailboxes to PST in Exchange 2010\",\"isPartOf\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\",\"datePublished\":\"2019-03-03T14:23:38+00:00\",\"dateModified\":\"2023-12-21T13:10:15+00:00\",\"author\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c\"},\"description\":\"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).\",\"breadcrumb\":{\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage\",\"url\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\",\"contentUrl\":\"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg\",\"width\":988,\"height\":211},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.mozesoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to export mailboxes to PST in Exchange 2010\"}]},{\"@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 mailboxes to PST in Exchange 2010","description":"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).","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-mailboxes-to-pst-in-exchange-2010\/","og_locale":"en_US","og_type":"article","og_title":"How to export mailboxes to PST in Exchange 2010","og_description":"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).","og_url":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/","og_site_name":"Blog","article_published_time":"2019-03-03T14:23:38+00:00","article_modified_time":"2023-12-21T13:10:15+00:00","og_image":[{"url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg","type":"","width":"","height":""}],"author":"Adsank","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adsank","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#article","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/"},"author":{"name":"Adsank","@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"headline":"How to export mailboxes to PST in Exchange 2010","datePublished":"2019-03-03T14:23:38+00:00","dateModified":"2023-12-21T13:10:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/"},"wordCount":397,"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg","keywords":["export mailboxes to PST in Exchange 2010"],"articleSection":["Exchange Server"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/","url":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/","name":"How to export mailboxes to PST in Exchange 2010","isPartOf":{"@id":"https:\/\/www.mozesoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage"},"image":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg","datePublished":"2019-03-03T14:23:38+00:00","dateModified":"2023-12-21T13:10:15+00:00","author":{"@id":"https:\/\/www.mozesoft.com\/blog\/#\/schema\/person\/79fc1ff8cfa9fe3f16bedffefc53359c"},"description":"How to export mailboxes to PST in Exchange 2010 - export primary and archive user mailboxes to Outlook Data Files (PST).","breadcrumb":{"@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#primaryimage","url":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg","contentUrl":"https:\/\/www.mozesoft.com\/blog\/wp-content\/uploads\/2019\/03\/mozesoft1.jpg","width":988,"height":211},{"@type":"BreadcrumbList","@id":"https:\/\/www.mozesoft.com\/blog\/how-to-export-mailboxes-to-pst-in-exchange-2010\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.mozesoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to export mailboxes to PST in Exchange 2010"}]},{"@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\/702","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=702"}],"version-history":[{"count":4,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/702\/revisions"}],"predecessor-version":[{"id":1515,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/posts\/702\/revisions\/1515"}],"wp:attachment":[{"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/media?parent=702"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/categories?post=702"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mozesoft.com\/blog\/wp-json\/wp\/v2\/tags?post=702"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}