{"id":1458,"date":"2021-04-03T14:17:15","date_gmt":"2021-04-03T14:17:15","guid":{"rendered":"https:\/\/www.filefix.org\/tips\/?p=1458"},"modified":"2021-04-03T14:17:17","modified_gmt":"2021-04-03T14:17:17","slug":"powershell-command-to-restore-deleted-mailbox","status":"publish","type":"post","link":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/","title":{"rendered":"PowerShell Command to Restore Deleted Mailbox Exchange 2016\/2013\/2010 | Complete Solution"},"content":{"rendered":"<p style=\"text-align: justify;\"><strong>Summary:<\/strong> This write-up will provide the solution for how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010.<\/p>\n<p style=\"text-align: justify;\">Exchange database mailbox contains crucial information of the company or organization. So, its is necessary to the mailbox data safe and secure because if anything happens with the data it directly impact the growth of the companies business and many more other things like \u2013 financial loss, loose client or customer trust, face legal issues, etc\u2026 or if you are a sole user, you might lose your important information.<\/p>\n<p style=\"text-align: justify;\">Microsoft is upgrading the Exchange Server version, services, functionalities, security to protect the Exchange data from various threats, errors, corruption, etc\u2026 But the problem arises when the user accidentally deleted their Exchange mailbox.<\/p>\n<p style=\"text-align: justify;\">So, it becomes very necessary to restore deleted Exchange 2016\/2013\/2010 mailbox, the reason behind this is when any mailbox is deleted then the Exchange retain the EDB mailbox in the mailbox database &amp; switches into a disabled state. Along with this the connected AD (Active Directory) user account is also deleted.<\/p>\n<p style=\"text-align: justify;\">The Exchange database mailbox is retained until its retention period isn\u2019t expired i.e. 30 days by default. If the retention period is over, then the mailbox is permanently deleted from mailbox database and it cannot be retrieved. Also, there is no manual solution that helps users to recover the purged mailbox.<\/p>\n<p style=\"text-align: justify;\">However, user have to restore deleted mailbox Exchange 2010\/2013\/2016 before the retention period gets over. For that, users can use the New-MailboxRestoreRequest PowerShell command to restore the deleted mailbox to the existing one. This command applies to the Exchange Server 2010 and above versions.<\/p>\n<blockquote><p><strong>Note:<\/strong> User cannot use the Exchange Admin Center to restore the deleted Exchange mailbox<\/p><\/blockquote>\n<p style=\"text-align: justify;\">After executing this cmdlet the restored Exchange mailbox contents are copied to the existing mailbox, you can aslo called it as a target mailbox.<\/p>\n<blockquote>\n<p style=\"text-align: justify;\"><strong>Rapid Solution:<\/strong> Users can also use <strong>SysTools <a href=\"https:\/\/www.systoolsgroup.com\/exchange-recovery.html\" target=\"_blank\" rel=\"noopener\">Exchange Server EDB Recovery Tool<\/a><\/strong> used by many IT Experts, Novice and Exchange Users to restore the deleted Exchange Database mailbox. This advanced utility offers <strong>scan mode option<\/strong> (<strong>Quick &amp; Advance scan<\/strong>). The <strong>advance scanning mode<\/strong> of this software recovers permanently deleted Exchange mailboxes and data items from loaded <strong>offline\/dismounted<\/strong> EDB file &amp; also it recover major corruption from Exchange database. To remove minor corruption select the <strong>Quick scan<\/strong>. After recovery, users can export the recovered mailboxes directly to the Live Exchange Server 2016\/2013\/2010\/2007\/2003 mailboxes, Office 365 and different file formats in a simplified manner.<\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-success btn-lg btn-md-block p-3 text-white\" style=\"color: #fff;\" href=\"https:\/\/systoolskart.com\/download\/SYS2E5R5S\/512\" rel=\"nofollow\">Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #fff !important;\" href=\"https:\/\/systoolskart.com\/buy\/SYS2E5R5S\/512\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<\/blockquote>\n<p style=\"text-align: justify;\"><strong>Pro Tip:<\/strong> If you\u2019re new to Microsoft Exchange Environment then it is very difficult for you to understand the manual solution because it requires technical skill, in-depth knowledge, and hands-on experience to use the solution. So, to avoid all these complexity you can use the above automated wizard which easily restore purged mailboxes in a hassle freeway. Also, users can <a href=\"https:\/\/www.filefix.org\/tips\/how-to-export-exchange-mailbox-to-pst\/\" target=\"_blank\" rel=\"noopener\"><strong>export Exchange mailbox to PST<\/strong><\/a> &amp; other file formats to keep the data as a backup for future use.<\/p>\n<h2>Use PowerShell Command to Restore Deleted Mailbox Exchange 2016 \/ 2013 \/ 2010<\/h2>\n<p style=\"text-align: justify;\">You can use the Exchange Management Shell cmdlet given below to restore the deleted Exchange database mailbox. But before that let\u2019s know that how to create the mailbox restore request. For that, you can to legacy DN name (Distinguished Name), display name, or the MailboxGUID of the deleted mailbox.<\/p>\n<p style=\"text-align: justify;\">Users can use the command given below, if they want to know the information of all deleted mailbox that they want to restore.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-1459 alignnone\" src=\"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/command.png\" alt=\"command\" width=\"1713\" height=\"126\" srcset=\"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/command.png 1713w, https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/command-768x56.png 768w, https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/command-1536x113.png 1536w\" sizes=\"auto, (max-width: 1713px) 100vw, 1713px\" \/><\/p>\n<h2>Use PowerShell Cmdlet to Restore Deleted Exchange 2016 \/ 2013 \/ 2010 Mailbox<\/h2>\n<pre>New-MailboxRestoreRequest -SourceStoreMailbox 1d20855f-fd54-4681-98e6-e249f7326ddd -SourceDatabase MailboxDatabase11 -TargetMailbox \"John\" -AllowLegacyDNMismatch<\/pre>\n<p style=\"text-align: justify;\">This cmdlet restores the deleted Exchange mailbox. Users can identified by the <strong>SourceStoreMailbox parameter<\/strong> which is located in the <strong>MailboxDatabase11<\/strong> to the target mailbox name <strong>John<\/strong>. The <strong>AllowLegacyDNMismatch parameter<\/strong> is used so that the source Exchange mailbox can be restored to a different Exchange database mailbox. The one that does not have the same Legacy Distinguished Name value.<\/p>\n<p>To restore the deleted archive mailbox to the current archive Exchange mailbox. Users can use the cmdlet given below:<\/p>\n<pre>New-MailboxRestoreRequest -SourceStoreMailbox \"Rachel\" -SourceDatabase \"MailboxDatabase11\" -TargetMailbox rachel@contoso.com -TargetIsArchive<\/pre>\n<p>If you want to know that the restore PowerShell cmdlet is successfully executed or not, then users can use the following command given below:<\/p>\n<pre>Get-MailboxRestoreRequest<\/pre>\n<h3>Bringing It All Together<\/h3>\n<p style=\"text-align: justify;\">After reading the above write-up, now users can detailed information of how to use the PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Therefore, to avoid all the technicality as well as complexity that users face in the manual solution, it is recommended to use the advanced solution described here. It easily recovers the permanently deleted mailbox and items from the loaded Exchange database file and users can export the recovered EDB mailbox directly to the Exchange Server in a simplified manner without any hindrance.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: This write-up will provide the solution for how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Exchange database mailbox contains crucial information of <\/p>\n","protected":false},"author":1,"featured_media":1460,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[106],"class_list":["post-1458","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-exchange-server"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PowerShell Command To Restore Deleted Mailbox: Complete Guide<\/title>\n<meta name=\"description\" content=\"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Read the write-up &amp; find solution to restore deleted EDB mailbox.\" \/>\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.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PowerShell Command To Restore Deleted Mailbox: Complete Guide\" \/>\n<meta property=\"og:description\" content=\"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Read the write-up &amp; find solution to restore deleted EDB mailbox.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/\" \/>\n<meta property=\"og:site_name\" content=\"FileFix Tips - Resolve All File Type Issues\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-03T14:17:15+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-03T14:17:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png\" \/>\n\t<meta property=\"og:image:width\" content=\"566\" \/>\n\t<meta property=\"og:image:height\" content=\"256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/#\\\/schema\\\/person\\\/98bc1d4701a9f414172d7c702f70adef\"},\"headline\":\"PowerShell Command to Restore Deleted Mailbox Exchange 2016\\\/2013\\\/2010 | Complete Solution\",\"datePublished\":\"2021-04-03T14:17:15+00:00\",\"dateModified\":\"2021-04-03T14:17:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/\"},\"wordCount\":773,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/powershell-command-to-restore-deleted-mailbox.png\",\"keywords\":[\"restore deleted mailbox exchange 2010\",\"restore deleted mailbox exchange 2016\"],\"articleSection\":[\"exchange server\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/\",\"url\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/\",\"name\":\"PowerShell Command To Restore Deleted Mailbox: Complete Guide\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/powershell-command-to-restore-deleted-mailbox.png\",\"datePublished\":\"2021-04-03T14:17:15+00:00\",\"dateModified\":\"2021-04-03T14:17:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/#\\\/schema\\\/person\\\/98bc1d4701a9f414172d7c702f70adef\"},\"description\":\"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \\\/ 2013 \\\/ 2010. Read the write-up & find solution to restore deleted EDB mailbox.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/powershell-command-to-restore-deleted-mailbox.png\",\"contentUrl\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/powershell-command-to-restore-deleted-mailbox.png\",\"width\":566,\"height\":256,\"caption\":\"powershell command to restore deleted mailbox\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/powershell-command-to-restore-deleted-mailbox\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PowerShell Command to Restore Deleted Mailbox Exchange 2016\\\/2013\\\/2010 | Complete Solution\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/#website\",\"url\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/\",\"name\":\"FileFix Tips - Resolve All File Type Issues\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/#\\\/schema\\\/person\\\/98bc1d4701a9f414172d7c702f70adef\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/www.filefix.org\\\/tips\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PowerShell Command To Restore Deleted Mailbox: Complete Guide","description":"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Read the write-up & find solution to restore deleted EDB mailbox.","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.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/","og_locale":"en_US","og_type":"article","og_title":"PowerShell Command To Restore Deleted Mailbox: Complete Guide","og_description":"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Read the write-up & find solution to restore deleted EDB mailbox.","og_url":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/","og_site_name":"FileFix Tips - Resolve All File Type Issues","article_published_time":"2021-04-03T14:17:15+00:00","article_modified_time":"2021-04-03T14:17:17+00:00","og_image":[{"width":566,"height":256,"url":"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#article","isPartOf":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/"},"author":{"name":"admin","@id":"https:\/\/www.filefix.org\/tips\/#\/schema\/person\/98bc1d4701a9f414172d7c702f70adef"},"headline":"PowerShell Command to Restore Deleted Mailbox Exchange 2016\/2013\/2010 | Complete Solution","datePublished":"2021-04-03T14:17:15+00:00","dateModified":"2021-04-03T14:17:17+00:00","mainEntityOfPage":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/"},"wordCount":773,"commentCount":0,"image":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#primaryimage"},"thumbnailUrl":"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png","keywords":["restore deleted mailbox exchange 2010","restore deleted mailbox exchange 2016"],"articleSection":["exchange server"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/","url":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/","name":"PowerShell Command To Restore Deleted Mailbox: Complete Guide","isPartOf":{"@id":"https:\/\/www.filefix.org\/tips\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#primaryimage"},"image":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#primaryimage"},"thumbnailUrl":"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png","datePublished":"2021-04-03T14:17:15+00:00","dateModified":"2021-04-03T14:17:17+00:00","author":{"@id":"https:\/\/www.filefix.org\/tips\/#\/schema\/person\/98bc1d4701a9f414172d7c702f70adef"},"description":"Know how to use PowerShell command to restore deleted mailbox Exchange 2016 \/ 2013 \/ 2010. Read the write-up & find solution to restore deleted EDB mailbox.","breadcrumb":{"@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#primaryimage","url":"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png","contentUrl":"https:\/\/www.filefix.org\/tips\/wp-content\/uploads\/2021\/04\/powershell-command-to-restore-deleted-mailbox.png","width":566,"height":256,"caption":"powershell command to restore deleted mailbox"},{"@type":"BreadcrumbList","@id":"https:\/\/www.filefix.org\/tips\/powershell-command-to-restore-deleted-mailbox\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.filefix.org\/tips\/"},{"@type":"ListItem","position":2,"name":"PowerShell Command to Restore Deleted Mailbox Exchange 2016\/2013\/2010 | Complete Solution"}]},{"@type":"WebSite","@id":"https:\/\/www.filefix.org\/tips\/#website","url":"https:\/\/www.filefix.org\/tips\/","name":"FileFix Tips - Resolve All File Type Issues","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.filefix.org\/tips\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.filefix.org\/tips\/#\/schema\/person\/98bc1d4701a9f414172d7c702f70adef","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0a061725a6089aefb9427116283fd9ad67bffe571c088eb108b551c915c3c3c3?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/www.filefix.org\/tips\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/posts\/1458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/comments?post=1458"}],"version-history":[{"count":0,"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/posts\/1458\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/media\/1460"}],"wp:attachment":[{"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/media?parent=1458"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.filefix.org\/tips\/wp-json\/wp\/v2\/categories?post=1458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}