{"id":691,"date":"2020-03-26T13:40:15","date_gmt":"2020-03-26T08:10:15","guid":{"rendered":"https:\/\/www.esofttools.com\/blog\/?p=691"},"modified":"2020-03-31T11:48:53","modified_gmt":"2020-03-31T06:18:53","slug":"a-step-by-step-guide-to-convert-edb-to-pst-using-powershell","status":"publish","type":"post","link":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/","title":{"rendered":"A step by step guide to Convert EDB to PST Using PowerShell"},"content":{"rendered":"<p class=\"last-updated\">Last updated on March 31st, 2020 at 11:48 am<\/p>\n<p>The most recommended utility by\nevery organization or large enterprises for saving their important data is\nMicrosoft Exchange Server. But when Exchange Admin and user are unable to\naccess the Exchange account, they can simply try the method of converting EDB\nfile to PST. This technique can help users to access the Exchange Database with\nMS Outlook.<\/p>\n\n\n\n<p>Now the question is <strong>\u201chow can we <a href=\"https:\/\/www.esofttools.com\/exchange-edb-to-pst-converter.html\">convert EDB to PST free<\/a>\u201d<\/strong> or <strong>\u201cis any free\nmethod is available to perform conversion of EDB file to PST Outlook&#8221;<\/strong>.<\/p>\n\n\n\n<p>So with this blog we will discuss about the free method to convert EDB to PST.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Short\nDescription of EDB and PST file:-<\/strong><\/h3>\n\n\n\n<p><strong>EDB File Format:- Exchange Database\n(EDB)<\/strong> is the file type where all of the\nmailbox items are stored through Exchange Server. All Exchange Mailbox\ncomponents are exists in this EDB file which helps user as a back-up of their\nimportant database. It including- E-mails, Attachments, Journals, Tasks, Notes,\nCalendars, etc.<\/p>\n\n\n\n<p><strong>PST File Format:- Personal Storage\nTable (PST)<\/strong> is the file Extension where a copy\nof all MS Outlook account database and mailboxes are stored in user computer.\nWith this PST file type Outlook user get the benefit of storing a copy of their\nimportant Emails, tasks, journals, appointments, tasks, journals, and other\nitems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Reasons\nto convert EDB to PST<\/strong><\/h2>\n\n\n\n<p>Many of problems can be the basic\nreasons of making conversion of EDB file some of them are listed below:-<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>The conversion of EDB to PST will be the best method to reduce corruption in EDB file.<\/li><li>By converting EDB to PST user can easily get back the lost database from corrupt EDB<\/li><li>User can reduce the size of Exchange mailboxes by export them to PST<\/li><li>EDB file are large in size and for transferring Exchange Mailboxes user can convert EDB to PST<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Free\nmethod to convert EDB to PST:-<\/strong><\/h3>\n\n\n\n<b>Method 1:<\/b> <a class=\"nav-link scroll\" href=\"#powershell\"><i class=\"fa fa-box\"><\/i><p>Convert EDB to PST PowerShell<\/p><\/a>\n\n\n\n<b>Method 2:<\/b> <a class=\"nav-link scroll\" href=\"#eSoftTools\"><i class=\"fa fa-box\"><\/i><p>Convert EDB to PST with eSoftTools<\/p><\/a>\n\n\n\n<p><strong>PowerShell<\/strong> or <strong>Exchange Management Shell (EMS)<\/strong> is a free program\nwhich is provided by the brand Microsoft to check the status of Exchange Server\nwith command-line interface. The basic use of this utility is to check the\nmailbox status and connect or disconnect the Exchange Database but the user\nalso can utilize this program to Export Exchange Mailbox to PST. It is able to\nconvert EDB to PST and workable with Exchange Server versions including 2007,\n2010, and 2013.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Requirements\nto use Powershell to Export EDB to PST<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>The user must have Exchange administration rights to\n     use Powershell for Exporting task of EDB mailbox to PST.<\/li><li>The saving location of PST file has to be shared.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>The\ncommand lists of Exchange server versions to convert EDB to PST are listed\nbelow:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>To Export Exchange 2007 to PST: Use <strong>Export-Mailbox<\/strong><\/li><li>For Exchange 2010 to PST: Use <strong>ExportMailboxRequests<\/strong><\/li><li>And For Exchange 2013 and 2016 to PST: <strong>Use  New-MailboxExportRequest command<\/strong><\/li><\/ul>\n\n\n\n<div class=\"bg-dark pt-2\" id=\"powershell\"><h3><strong>Steps to convert EDB to PST using\nPowerShell for Exchange Server 2007\/2010\/2013<\/strong><\/h3><\/div>\n\n\n\n<p><strong>Step 1:<\/strong>&nbsp;Run the given <strong>PowerShell<\/strong> command to get the\nlist of all mailboxes:<\/p>\n\n\n\n<p><em>Get-MailboxStatistics -Database\n&lt;DatabaseName&gt;<\/em><\/p>\n\n\n\n<p><strong>Step 2:<\/strong> Run the given command to simply export EDB file to a PST<\/p>\n\n\n\n<p><em>Export-Mailbox -Identity\nxyz@what-is.in -PSTFolderPath \\\\Server\\pst-folder\\source.pst<\/em><\/p>\n\n\n\n<p><em>(For Exchange 2007)<\/em><\/p>\n\n\n\n<p><em>New-MailboxExportRequest -Mailbox\n&lt;MailboxName&gt; -FilePath \\\\ExchangeBackup\\PST\\MailboxName.PST<\/em><\/p>\n\n\n\n<p><em>(For exchange 2010 and 2013)<\/em><\/p>\n\n\n\n<p><strong>Step 3:<\/strong>&nbsp;To check the status of mailbox export request run the\nfollowing command.<\/p>\n\n\n\n<p><em>Get-MailboxExportRequest<\/em><\/p>\n\n\n\n<p><strong>Step 4:<\/strong>&nbsp;After completing the export procedure, cancel the\nexport request task through the following command.<\/p>\n\n\n\n<p><em>Remove-MailboxExportRequest\n-Identity &lt;Name of the export request&gt;<\/em><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Limitations\nof PowerShell\/Exchange Management Shell<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>User have to be a technical person or have a good\n     knowledge of EMS cmdlets<\/li><li>The mailbox which you want to convert should be mounted\n     with Exchange Server<\/li><li>This utility has no rights to recover lost mailboxes<\/li><li>Very risky or time taking process<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Free\nAutomated solution to convert EDB to PST<\/strong><\/h3>\n\n\n\n<p>The best and the automated solution\nwhich has the power to convert EDB to PST with any limitations is <strong>Exchange\nEDB to PST Converter Software<\/strong>. This tool will be the best alternative of <strong>PowerShell<\/strong>\nto make the conversion of EDB file to PST with all its inner elements and\nmailbox components. By using this Best program user got the ability to make the\nrecovery of lost items of corrupt EDB file and simply transfer them to PST.\nApart from PST it also offers various other file options to save Exchange\nDatabase like- EML, EMLX, MSG, and HTML. By taking advantage of this free\nutility user will get the power to Export Exchange database including-\nE-mails,&nbsp; contacts, chats, tasks, notes, journals, appointments, and other\nmailbox items.<\/p>\n\n\n\n<div class=\"bg-dark pt-2\" id=\"eSoftTools\"><h4><strong>Steps\nto convert EDB to PST using eSoftTools EDB to PST Converter Software<\/strong><\/h4><\/div>\n\n\n\n<ol class=\"wp-block-list\"><li>Open The Software<\/li><li>Hit on the Add file button<\/li><li>To get EDB file for conversion click on <strong>\u201cbrowse\u201d<\/strong> or \u201c<strong>search EDB file<\/strong>\u201d button<\/li><li>The tool will automatically generates a live preview of all EDB file inner database<\/li><li>Select the required items from provided data.<\/li><li>Now choose the destination folder or file format to save the converted file<\/li><li>Press the Start Export button to start the conversion.<\/li><\/ol>\n\n\n\n<h3 id=\"conclusion\" class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h3>\n\n\n\n<p>The user which have some\nextra-ordinary technical skills and able to do the job of exporting mailbox\nwith command languages can use the PowerShell utility but for non-technical or\nnew user we always suggest you to use this third party software name as <strong>eSoftTools\n<a href=\"https:\/\/www.esofttools.com\/exchange-edb-to-pst-converter.html\">EDB to PST Converter<\/a> software<\/strong>. It has offered\na clean and impressive GUI which helps user to perform conversion of EDB to PST\nwithout any effort or time wasting.<\/p>\n\n\n\n<p><strong>You can also check out some other\nfree methods to Convert EDB to PST from Here:- <a href=\"https:\/\/www.esofttools.com\/blog\/free-diy-methods-to-export-exchange-mailbox-to-pst\/\">https:\/\/www.esofttools.com\/blog\/free-diy-methods-to-export-exchange-mailbox-to-pst\/<\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Last updated on March 31st, 2020 at 11:48 am The most recommended utility by every organization or large enterprises for saving their important data is Microsoft Exchange Server. But when Exchange Admin and user are unable to access the Exchange account, they can simply try the method of converting EDB file to PST. This technique\u2026 <a href=\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\" target=\"_blank\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":705,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-691","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-email-converter"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A step by step guide to Convert EDB to PST Using PowerShell -<\/title>\n<meta name=\"description\" content=\"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter\" \/>\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.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A step by step guide to Convert EDB to PST Using PowerShell -\" \/>\n<meta property=\"og:description\" content=\"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\" \/>\n<meta property=\"og:site_name\" content=\"eSoftTools Software\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-26T08:10:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-31T06:18:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"esofttools\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"esofttools\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\",\"url\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\",\"name\":\"A step by step guide to Convert EDB to PST Using PowerShell -\",\"isPartOf\":{\"@id\":\"https:\/\/www.esofttools.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png\",\"datePublished\":\"2020-03-26T08:10:15+00:00\",\"dateModified\":\"2020-03-31T06:18:53+00:00\",\"author\":{\"@id\":\"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/43d47487cd21799e9194780f194e13d9\"},\"description\":\"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage\",\"url\":\"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png\",\"contentUrl\":\"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png\",\"width\":820,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esofttools.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Email Converter\",\"item\":\"https:\/\/www.esofttools.com\/blog\/category\/email-converter\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"A step by step guide to Convert EDB to PST Using PowerShell\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/#website\",\"url\":\"https:\/\/www.esofttools.com\/blog\/\",\"name\":\"eSoftTools Software\",\"description\":\"Blogs for Digital Solutions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esofttools.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/43d47487cd21799e9194780f194e13d9\",\"name\":\"esofttools\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ce4976224fb7173700300089edb189f1f3bceeeb3f51ab7960ef0efa2f01d3fd?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ce4976224fb7173700300089edb189f1f3bceeeb3f51ab7960ef0efa2f01d3fd?s=96&r=g\",\"caption\":\"esofttools\"},\"sameAs\":[\"https:\/\/www.esofttools.com\"],\"url\":\"https:\/\/www.esofttools.com\/blog\/author\/blog\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A step by step guide to Convert EDB to PST Using PowerShell -","description":"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter","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.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/","og_locale":"en_US","og_type":"article","og_title":"A step by step guide to Convert EDB to PST Using PowerShell -","og_description":"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter","og_url":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/","og_site_name":"eSoftTools Software","article_published_time":"2020-03-26T08:10:15+00:00","article_modified_time":"2020-03-31T06:18:53+00:00","og_image":[{"width":820,"height":450,"url":"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png","type":"image\/png"}],"author":"esofttools","twitter_card":"summary_large_image","twitter_misc":{"Written by":"esofttools","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/","url":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/","name":"A step by step guide to Convert EDB to PST Using PowerShell -","isPartOf":{"@id":"https:\/\/www.esofttools.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage"},"image":{"@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage"},"thumbnailUrl":"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png","datePublished":"2020-03-26T08:10:15+00:00","dateModified":"2020-03-31T06:18:53+00:00","author":{"@id":"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/43d47487cd21799e9194780f194e13d9"},"description":"Free methods to smartly convert the EDB file to PST with PowerShell by new-mailboxexportrequest and automated tool of eSoftTools name EDB to PST Converter","breadcrumb":{"@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#primaryimage","url":"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png","contentUrl":"https:\/\/www.esofttools.com\/blog\/wp-content\/uploads\/2020\/03\/convert-edb-to-pst-powershell.png","width":820,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/www.esofttools.com\/blog\/a-step-by-step-guide-to-convert-edb-to-pst-using-powershell\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esofttools.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Email Converter","item":"https:\/\/www.esofttools.com\/blog\/category\/email-converter\/"},{"@type":"ListItem","position":3,"name":"A step by step guide to Convert EDB to PST Using PowerShell"}]},{"@type":"WebSite","@id":"https:\/\/www.esofttools.com\/blog\/#website","url":"https:\/\/www.esofttools.com\/blog\/","name":"eSoftTools Software","description":"Blogs for Digital Solutions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esofttools.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/43d47487cd21799e9194780f194e13d9","name":"esofttools","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esofttools.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ce4976224fb7173700300089edb189f1f3bceeeb3f51ab7960ef0efa2f01d3fd?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ce4976224fb7173700300089edb189f1f3bceeeb3f51ab7960ef0efa2f01d3fd?s=96&r=g","caption":"esofttools"},"sameAs":["https:\/\/www.esofttools.com"],"url":"https:\/\/www.esofttools.com\/blog\/author\/blog\/"}]}},"_links":{"self":[{"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/posts\/691","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/comments?post=691"}],"version-history":[{"count":0,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/posts\/691\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/media\/705"}],"wp:attachment":[{"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/media?parent=691"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/categories?post=691"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esofttools.com\/blog\/wp-json\/wp\/v2\/tags?post=691"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}