{"id":4666,"date":"2024-12-09T09:29:46","date_gmt":"2024-12-09T09:29:46","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=4666"},"modified":"2024-12-11T09:07:20","modified_gmt":"2024-12-11T09:07:20","slug":"lingering-objects-in-active-directory","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/","title":{"rendered":"How to Find Lingering Objects in Active Directory?"},"content":{"rendered":"<p>Many admins who work in and around ADs know how difficult it is to find lingering objects in Active Directory. Moreover, destroying them is another advanced feat out of reach for many. Not to worry we have here a wide array of remedy options to get back your AD in a clean state.<\/p>\n<div class=\"alert alert-info\">\n<p><strong>Table of Contents<\/strong><\/p>\n<ul>\n<li><a href=\"#lingering-objects\"><strong>What are Lingering Objects<\/strong><\/a><\/li>\n<li><a href=\"#detection-importance\"><strong>Why Detection is Important<\/strong><\/a><\/li>\n<li><a href=\"#removal-methods\"><strong>Removal Methods<\/strong><\/a>\n<ul>\n<li><a href=\"#removal-best-practices\"><strong>Removal Best Practices<\/strong><\/a><\/li>\n<\/ul>\n<\/li>\n<li><a href=\"#conclusion\"><strong>Conclusion<\/strong><\/a><\/li>\n<li><a href=\"#faq\"><strong>Frequently Asked Questions<\/strong><\/a><\/li>\n<\/ul>\n<\/div>\n<p>Apart from that we also discuss the best practices that help prevent such instances in the future. Let&#8217;s first determine what exactly we mean when we say that an object in AD is lingering.<\/p>\n<h2 id=\"lingering-objects\">What are Lingering Objects in Active Directory?<\/h2>\n<p>These are the objects that appear in the AD after their TLS(Tombstone Lifespan) expires. The main reason for this is one or more of your domains became disconnected while an object deletion was taking place. This prevents the disconnected domain from replicating the operation.<\/p>\n<p>So, when the disconnected domain re-connects to the AD one of two things happen.<\/p>\n<ul>\n<li>If Strict Replication Consistency is enabled (on the source), inbound replication stops to prevent conflicts.<\/li>\n<li>If disabled, the deleted object reappears in the forest(i.e. Rest of the domains).<\/li>\n<\/ul>\n<h2 id=\"detection-importance\">Why is Lingering Object Detection Important in AD?<\/h2>\n<p>As Lingering objects don\u2019t pose an active threat they often go unnoticed. It is not until the Admin prepares an <a href=\"https:\/\/www.systools.in\/blog\/active-directory-audit-checklist\/\" target=\"_blank\" rel=\"noopener\">Active Directory Audit checklist<\/a> and performs the cleanup that such objects come to light. As the objects that weren&#8217;t supposed to exist make their presence in your AD it forces your Forest out of sync.<\/p>\n<p>Nevertheless, you can look at the Event viewer and see if any of the following IDs appear there or not.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4782\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-object-event-ids.webp\" alt=\"Event ID to See Lingering Objects\" width=\"722\" height=\"236\" \/><\/p>\n<p>Potential Warning IDs that indicate the presence of lingering objects in Active Directory<\/p>\n<ul>\n<li>Event ID 1862\/1863. Local DC didn\u2019t receive inter-site replication info.<\/li>\n<li>Event ID 1864. Local DC didn\u2019t receive summary replication info.<\/li>\n<li>Event ID 1311. KCC failed to build a spanning tree topology.<\/li>\n<li>Event ID 2042. Too long since the last replication with the source server.<\/li>\n<\/ul>\n<p>Confirmed Lingering Object Alerts<\/p>\n<ul>\n<li>Event ID 1084. No such object on the server.<\/li>\n<li>Event ID 1388. Update received for an object that should be local.<\/li>\n<li>Event ID 1311. Another DC replicated object is not present locally.<\/li>\n<\/ul>\n<p>Once then you may move towards fixing this error. Microsoft has provided multiple ways we will help you figure them out in an easy-to-understand language, that does not skip over the key technical requirements.<\/p>\n<h3 id=\"removal-methods\">Methods to Remove Lingering Objects in Active Directory<\/h3>\n<p>You need to perform any of the following procedures after successfully detecting lingering objects in the Active Directory<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4781\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-object-removal-flowchart.webp\" alt=\"Flow Chart for Removal\" width=\"423\" height=\"1130\" \/><\/p>\n<p><b>Redo the Object Removal<\/b><\/p>\n<p>Restore the Deleted objects from Tombstone, and delete them while all the domains are active and replicating.<\/p>\n<p><b>Use Microsoft LoL (Lingering Object Liquidator)<\/b><\/p>\n<p>Here are the steps to use this in brief,<\/p>\n<ul>\n<li>Launch the tool and select &#8220;Detect AD Topology&#8221;.<\/li>\n<li>Then, choose Naming Context, Reference DC, and Target DC.<\/li>\n<li>Select &#8220;Detect Lingering Objects&#8221; or &#8220;Scan Entire Forest and Target ALL DCs&#8221;.<\/li>\n<\/ul>\n<p>There are two distinct removal methods available within this tool:<\/p>\n<ul>\n<li>Individual object removal: select the object(s) and click &#8220;Remove Selected Lingering Objects&#8221;<\/li>\n<li>Bulk removal: select all objects and click &#8220;Remove&#8221; or export to CSV and import later<\/li>\n<\/ul>\n<p><b>Apply the Repadmin Executable<\/b><\/p>\n<p><em>Prerequisite: You must be a member of the Domain Admins list\/group to use it.<\/em><\/p>\n<ul>\n<li>First, identify the GUID of a Domain Controller:<\/li>\n<li>Hold the Windows + R keys together, then type cmd and press Enter.<\/li>\n<li>In the command line console put<\/li>\n<\/ul>\n<pre>repadmin \/showrepl &lt;ServerName&gt;<\/pre>\n<ul>\n<li>Then, press ENTER.<\/li>\n<li>Look for the objectGuid entry in the output and copy the GUID value.<\/li>\n<li>Then type<\/li>\n<\/ul>\n<pre>repadmin \/removelingeringobjects &lt;ServerName&gt; &lt;ServerGUID&gt; &lt;DirectoryPartition&gt; \/advisory_mode<\/pre>\n<ul>\n<li>Press ENTER.<\/li>\n<\/ul>\n<p>Here,<\/p>\n<ul>\n<li>&lt;ServerName&gt; is the Domain controller with lingering objects.<\/li>\n<li>&lt;ServerGUID&gt; is for the GUID of an up-to-date domain controller.<\/li>\n<li>&lt;DirectoryPartition&gt; is the Distinguished name of the directory partition.<\/li>\n<\/ul>\n<p>Review the output and repeat the last step without \/advisory_mode to delete lingering objects.<\/p>\n<p>Redo the entire process again for all domain controllers with lingering objects.<\/p>\n<h3 id=\"removal-best-practices\">Best Practices Before, During and After Removal of Lingering Objects in AD<\/h3>\n<p>Make sure you have a proper<b> Active Directory Reporting Tool like the one offered by SysTools<\/b>. This will allow you to add all the diffrent domains and perform a thorough reporting process. So that your Domain does not begin to automatically <a href=\"https:\/\/www.systools.in\/blog\/bulk-add-users-to-active-directory\/\" target=\"_blank\" rel=\"noopener\">bulk add users in AD<\/a> who are not supposed to be there. Even make its own <a href=\"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/\" target=\"_blank\" rel=\"noopener\">list of Active Directory Printer objects<\/a> that are long removed.<\/p>\n<p class=\"text-center mr-2\" style=\"text-align: center;\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #ffffff !important; cursor: text;\" href=\"https:\/\/systoolskart.com\/download\/SYS4A2D6R\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #ffffff !important; cursor: text;\" href=\"https:\/\/systoolskart.com\/buy\/SYS4A2D6R\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<p>After this, you may want to enable Strict Replication Consistency to prevent such an error in the future.<\/p>\n<p>Open a new instance of Command Prompt as an administrator.<\/p>\n<p>Type<\/p>\n<pre>repadmin \/regkey &lt;DC_LIST&gt; +strict and press ENTER.<\/pre>\n<p>&lt;DC_LIST&gt;: Single domain controller or * for all domain controllers.<\/p>\n<p>Otherwise, you may also Modify the registry (backup it first):<\/p>\n<blockquote><p>Key: HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\NTDS\\Parameters<\/p>\n<p>Name: Strict Replication Consistency<\/p>\n<p>Data type: REG_DWORD<\/p>\n<p>Value: 1 (enabled)<\/p><\/blockquote>\n<p>Manually Check Replication<\/p>\n<p>Run<\/p>\n<pre>repadmin \/showrepl * \/csv &gt;showrepl.csv<\/pre>\n<ul>\n<li>Open this file in Excel (or any other spreadsheet program), use the filter and sort:<\/li>\n<li>Delete unnecessary columns<\/li>\n<li>Then, Freeze the pane<\/li>\n<li>Filter out deleted DCs and replication failures<\/li>\n<\/ul>\n<p>You may as well remove the problematic Domain Controllers entirely<\/p>\n<p>Ensure offline period &lt; Tombstone Lifetime (TSL)<\/p>\n<p>Another option is to Increase the TSL<\/p>\n<p>Which can be done using PowerShell:<\/p>\n<pre>$ADForestconfigurationNamingContext = (Get-ADRootDSE).configurationNamingContext\r\n\r\nSet-ADObject -Identity \u201cCN=Directory Service,CN=Windows NT,CN=Services,$ADForestconfigurationNamingContext\u201d -Partition $ADForestconfigurationNamingContext -Replace @{tombstonelifetime=\u2019180?}<\/pre>\n<p>Or with the help of ADSI Edit:<\/p>\n<ul>\n<li>Connect to the Configuration partition<\/li>\n<li>Then, Navigate to CN=Directory Service<\/li>\n<li>Edit Attribute: TombstoneLifetime<\/li>\n<li>Finally, set the value to 180, select Set, and OK<\/li>\n<\/ul>\n<h3 id=\"conclusion\">Conclusion<\/h3>\n<p>So now readers are fully equipped with the knowledge and need not search for how to find lingering objects in Active Directory again.<\/p>\n<p>With the methods described above it&#8217;s quite easy to eliminate the dreaded lingering objects inside any AD environment.<\/p>\n<h3 id=\"faq\">Frequently Asked Questions<\/h3>\n<p><strong>What are stale objects in Active Directory?<\/strong><br \/>\nThis term is used for objects, items, or entities inside an Active Directory that remain dormant for more than 6 months.<\/p>\n<p><strong>How does a stale object differ from a lingering object?<\/strong><br \/>\nThe main difference between stale and lingering objects is that lingering objects were scheduled,<br \/>\nfor deletion but still remain where as stale objects are just unused for a period of time.<\/p>\n<p><strong>Is lingering object removal part of an AD cleanup operation?<\/strong><br \/>\nYes, however, it is a special case as more often than not lingering objects exist because of a faulty cleanup.<br \/>\nSo when admins detect these in their AD forest they must do a recleaning ASAP.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many admins who work in and around ADs know how difficult it is to find lingering objects in Active Directory. Moreover, destroying them is another advanced feat out of reach <\/p>\n","protected":false},"author":7,"featured_media":4667,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[361],"class_list":["post-4666","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-active-directory"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lingering Objects in Active Directory Find &amp; Remove Easily<\/title>\n<meta name=\"description\" content=\"Straightforward methods to detect and destroy lingering objects in Active Directory. Find and permanently delete all non-required objects.\" \/>\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.systools.in\/blog\/lingering-objects-in-active-directory\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"siddharth\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/\"},\"author\":{\"name\":\"siddharth\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"headline\":\"How to Find Lingering Objects in Active Directory?\",\"datePublished\":\"2024-12-09T09:29:46+00:00\",\"dateModified\":\"2024-12-11T09:07:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/\"},\"wordCount\":1079,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/lingering-objects-in-ad.webp\",\"articleSection\":[\"Active Directory\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/\",\"name\":\"Lingering Objects in Active Directory Find & Remove Easily\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/lingering-objects-in-ad.webp\",\"datePublished\":\"2024-12-09T09:29:46+00:00\",\"dateModified\":\"2024-12-11T09:07:20+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"description\":\"Straightforward methods to detect and destroy lingering objects in Active Directory. Find and permanently delete all non-required objects.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/lingering-objects-in-ad.webp\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/lingering-objects-in-ad.webp\",\"width\":793,\"height\":464,\"caption\":\"Lingering Objects in Active DIrectory\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/lingering-objects-in-active-directory\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Find Lingering Objects in Active Directory?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\",\"name\":\"siddharth\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"caption\":\"siddharth\"},\"description\":\"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/siddharth\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lingering Objects in Active Directory Find & Remove Easily","description":"Straightforward methods to detect and destroy lingering objects in Active Directory. Find and permanently delete all non-required objects.","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.systools.in\/blog\/lingering-objects-in-active-directory\/","twitter_misc":{"Written by":"siddharth","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/"},"author":{"name":"siddharth","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"headline":"How to Find Lingering Objects in Active Directory?","datePublished":"2024-12-09T09:29:46+00:00","dateModified":"2024-12-11T09:07:20+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/"},"wordCount":1079,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-objects-in-ad.webp","articleSection":["Active Directory"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/","url":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/","name":"Lingering Objects in Active Directory Find & Remove Easily","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-objects-in-ad.webp","datePublished":"2024-12-09T09:29:46+00:00","dateModified":"2024-12-11T09:07:20+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"description":"Straightforward methods to detect and destroy lingering objects in Active Directory. Find and permanently delete all non-required objects.","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-objects-in-ad.webp","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/11\/lingering-objects-in-ad.webp","width":793,"height":464,"caption":"Lingering Objects in Active DIrectory"},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/lingering-objects-in-active-directory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Find Lingering Objects in Active Directory?"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138","name":"siddharth","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","caption":"siddharth"},"description":"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.","url":"https:\/\/www.systools.in\/blog\/author\/siddharth\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=4666"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4666\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media\/4667"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=4666"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=4666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}