{"id":9435,"date":"2020-04-15T21:57:18","date_gmt":"2020-04-16T04:57:18","guid":{"rendered":"https:\/\/blog.resilio.com\/blog\/?p=9435"},"modified":"2025-12-19T14:26:53","modified_gmt":"2025-12-19T21:26:53","slug":"how-to-check-dfs-replication-status","status":"publish","type":"post","link":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status","title":{"rendered":"How to Check DFS Replication Status"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Distributed File System Replication (DFS-R or DFSR) is a native replication service in Windows that organizations can use to replicate folders across file servers in distributed locations.&nbsp; DFS-R is available in Microsoft Windows Server 2008 R2 and later and serves multiple purposes, from replicating the SYSVOL directory (replacing the older FRS) and as a replacement for the DFS Namespaces replication engine.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">DFS-R tools to check replication status (Microsoft Windows Server 2008, Windows Server 2012, Windows Server 2016)<\/h2>\n\n\n\n<p>Here are a few basic tools that may help provide insight into DFS-R status.  However, these tools are very limited. You may need a more robust solution if you are looking for: a detailed status of the DFS-R replication process, a DFS-R health check, forced replication, or performance tuning.  We provide more insight into alternative tools, such as <a href=\"https:\/\/www.resilio.com\/usecases\/dfsr-replacement\/\" target=\"_blank\" rel=\"noreferrer noopener\">Resilio&#8217;s DFSR Solution<\/a>, in this blog post.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option #1<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">You could use a PowerShell command line from Microsoft.<br><br><strong>1. Get-DfsrBacklog: <\/strong><\/h4>\n\n\n\n<p>This command shows retrieves pending updates between two computers that participate in DFS-R file replication service.&nbsp;<\/p>\n\n\n\n<pre><code class=\" language-powershell\">PS C:\\&gt; Get-DfsrBacklog -SourceComputerName \"MyServer\" -GroupName \"G01\" -FolderName \"Folder\"\n\nIdentifier&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : {DCE7FC28-5584-4D5D-BC84-2BD9D53CC5FC}-v538\nFlags &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 5\nAttributes&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 32\nGlobalVersionSequenceNumber : {DCE7FC28-5584-4D5D-BC84-2BD9D53CC5FC}-v538\nUpdateSequenceNumber&nbsp; &nbsp; &nbsp; &nbsp; : 71575496\nParentId&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : {997D8F76-1207-49D7-85C9-DED015105A2F}-v1\nFileId&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 562949953495210\nVolume&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : \\\\.\\C:\nFence &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 3\nClock &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 130078672846368199\nCreateTime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 3\/15\/2013 5:28:04 PM\nUpdateTime&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 3\/15\/2013 5:28:04 PM\nFileHash&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 173b51c11257a2eb 8c05884560fcfd1d\nFileName&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : file.exe\nFullPathName&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : c:\\folder\\file.exe\nIndex &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : 1\nReplicatedFolderName&nbsp; &nbsp; &nbsp; &nbsp; : folder\nReplicated Folder Id&nbsp; &nbsp; &nbsp; &nbsp; : 997d8f76-1207-49d7-85c9-ded015105a2f<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>2. Get-DfsrState:<\/strong><\/h4>\n\n\n\n<p>This command shows you the current replication state of DFS-R in regard to its DFS replication group partners. &nbsp;<\/p>\n\n\n\n<pre><code class=\"language-powershell\">PS C:\\&gt; Get-DfsrState -ComputerName \"Server\" | Format-Table FileName,UpdateState,Inbound,Source* -Auto -Wrap\n\nFileName &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; UpdateState Inbound SourceComputerName\n-------- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ----------- ------- ------------------\nntfrs - Copy.exe &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scheduled    True SRV02\nntdsai - Copy.dll&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scheduled    True SRV02\nNlsLexicons0046 - Copy.dll &nbsp; Scheduled    True SRV02\nNlsLexicons000a - Copy.dll Downloading&nbsp; &nbsp; True SRV02\noccache - Copy.dll &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scheduled    True SRV02\nNlsModels0011 - Copy.dll &nbsp; &nbsp; Scheduled    True SRV02\nNlsLexicons0007 - Copy.dll &nbsp; Scheduled    True SRV02\nNlsLexicons000f - Copy.dll Downloading&nbsp; &nbsp; True SRV02\nNlsLexicons003e - Copy.dll &nbsp; Scheduled    True SRV02\nNlsLexicons0045 - Copy.dll &nbsp; Scheduled    True SRV02\nNlsData001a - Copy.dll &nbsp; &nbsp; Downloading    True SRV02\nntlanui2 - Copy.dll&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Scheduled    True SRV02<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Option #2<\/h3>\n\n\n\n<p>Option two is to use the Dfsrdiag.exe tool that provides DFSR status. In the latest Windows Server builds, DFS Management Tools may not be installed. You should execute the following command from PowerShell to install it.<\/p>\n\n\n\n<pre><code class=\"language-powershell\">Install-WindowsFeature RSAT-DFS-Mgmt-Con<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">DFS-R Deficiencies<\/h2>\n\n\n\n<p>The DFS-R service is widely used and suffers from well-known deficiencies, foremost among these being a general lack of visibility into the replication process.&nbsp;DFS-R is effectively a \u201cblack box,\u201d indicating nothing about the current status of the service.  When relying on DFS-R and its algorithms for mission-critical replication, this lack of visibility can be extremely frustrating for administrators tasked with keeping these critical services operational and users happy.&nbsp; <\/p>\n\n\n\n<p>For mission-critical data replication, customers require additional functionality from the service as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A detailed status of the DFS-R replication process<\/li>\n\n\n\n<li>DFS-R health check<\/li>\n\n\n\n<li>DFS-R force replication&nbsp;<\/li>\n\n\n\n<li>DFS-R performance tuning (making replication times predictable and consistent)<\/li>\n\n\n\n<li>DFS-R real-time monitoring<\/li>\n\n\n\n<li>DFS-R GUI\/Dashboard<\/li>\n<\/ul>\n\n\n\n<p>Many of these address basic visibility and control issues inherent in the service.&nbsp; For example, a common pain customers experience is when a file is sitting in a SCHEDULED state with no clear way to start the replication.&nbsp; Waiting for the service to \u201cget around to it\u201d is not a viable option.  A simple \u201cforce replication\u201d feature would solve these problems.   Another common complaint from customers is the performance of the service is often inconsistent. &nbsp; Replication times should be predictable and fast, especially for mission-critical workflows, regardless of the network topology (i.e. full mesh, hub\/spoke).<br><br>There are some basic resources available in Windows whereby users can gain limited status information on the DFS-R service.&nbsp; The most commonly used are the ones mentioned earlier.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Future of DFS Replication in Windows Server<\/h2>\n\n\n\n<p>Despite these configure tools, it\u2019s clear from the community that to make DFS-R an acceptable application for mission-critical work would require significant development from Microsoft.&nbsp; Unfortunately, the prospects of Microsoft fixing these deficiencies is not likely.  With the release of Azure File Sync in 2017, the roadmap for DSF-R is not promising as Microsoft clearly views Azure and Azure File Sync as the migration path for DFS-R.&nbsp; Not only will DFS-R no longer see needed development to fix these issues, but it will also obviously face end-of-life at some point in the near future with dwindling support until then.  The operational risks around continued DFS-R usage will further compound as more Microsoft resources are shifted to Azure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Better Options to Consider Instead of DFS Replication in Windows Server<\/h2>\n\n\n\n<p>For customers looking to address these risks and improve visibility into critical replication processes without migrating everything to Azure, Resilio Active Everywhere (formerly Resilio Connect) is a comprehensive solution. It addresses most or all of the deficiencies of DFS-R and it works with the file and storage services and servers you already have while offering a migration path to the cloud at any point in the future.<\/p>\n\n\n\n<div style=\"padding:0 0 20px 0; width:100%\" class=\"image-column w-col w-col-6 w-col-stack\"><a href=\"#\" class=\"lightbox-link-8 w-inline-block w-lightbox\"><img decoding=\"async\" src=\"\/images\/sync1m-100kb.svg\" width=\"794\" alt=\"Performance Comparison: Resilio Platform Vs rsync and Microsoft DFSR\" class=\"image-with-hover-effect\"><script type=\"application\/json\" class=\"w-json\">{\n  \"items\": [\n    {\n      \"width\": 1100,\n      \"caption\": \"\",\n      \"height\": 444,\n      \"fileName\": \"sync1m-100kb.svg\",\n      \"origFileName\": \"sync1m-100kb.svg\",\n      \"url\": \"\/images\/sync1m-100kb.svg\",\n      \"_id\": \"5ecec31aa1625f2a63940bd9\",\n      \"type\": \"image\",\n      \"fileSize\": 41964\n    },\n    {\n      \"width\": 1100,\n      \"caption\": \"\",\n      \"height\": 444,\n      \"fileName\": \"30files-10gb.svg\",\n      \"origFileName\": \"30files-10gb.svg\",\n      \"url\": \"\/images\/30files-10gb.svg\",\n      \"_id\": \"5ecec3198c4806d714c988a0\",\n      \"type\": \"image\",\n      \"fileSize\": 40322\n    },\n    {\n      \"width\": 1100,\n      \"caption\": \"\",\n      \"height\": 444,\n      \"fileName\": \"updte1gb.svg\",\n      \"origFileName\": \"updte1gb.svg\",\n      \"url\": \"\/images\/updte1gb.svg\",\n      \"_id\": \"5ecec31a985ae07d50ab4c79\",\n      \"type\": \"image\",\n      \"fileSize\": 45436\n    }\n  ]\n}<\/script><\/a><\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>Resilio Active Everywhere delivers improved visibility, reliable replication, predictable (as well as faster) file propagation times, and much more as detailed in the table below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr.jpg\" data-rel=\"lightbox-gallery-fkNwr73H\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"976\" src=\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr-1024x976.jpg\" alt=\"\" class=\"wp-image-11992\" srcset=\"https:\/\/getsynccom.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr-1024x976.jpg 1024w, https:\/\/getsynccom.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr-300x286.jpg 300w, https:\/\/getsynccom.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr-768x732.jpg 768w, https:\/\/getsynccom.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr-1536x1464.jpg 1536w, https:\/\/getsynccom.wpenginepowered.com\/wp-content\/uploads\/2023\/06\/cross-platform-dfsr.jpg 1700w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Instead of fighting a losing battle with DFS-R, <a href=\"https:\/\/www.resilio.com\/active-everywhere-platform\/\" target=\"_blank\" rel=\"noreferrer noopener\">Resilio Active Everywhere<\/a> solves the problem once and for all, frees up lost productivity and improves daily operations for most mission-critical data replication needs of shared folders and files.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th><strong>Features<\/strong><\/th><th class=\"has-text-align-center\" data-align=\"center\">\n          <img decoding=\"async\" class=\"wp-image-11655\" style=\"width: 150px;\" src=\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2023\/06\/resilio-active-everywhere-logo-horizontal-digital-white-1024x111.png\" alt=\"Resilio and Active Everywhere\">\n        <\/th><th class=\"has-text-align-center\" data-align=\"center\"><strong>DFS-R<\/strong><\/th><\/tr><\/thead><tbody><tr><td><strong>Reliability<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>Guaranteed replication time<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>GUI<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>Efficient error recovery<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>Multi-threaded<\/strong><\/td><td>\u2714\ufe0f<\/td><td>\u2714\ufe0f<\/td><\/tr><tr><td><strong>Multi-master<\/strong><\/td><td>\u2714\ufe0f<\/td><td>\u2714\ufe0f<\/td><\/tr><tr><td><strong>Differential sync engine<\/strong><\/td><td>\u2714\ufe0f<\/td><td>\u2714\ufe0f<\/td><\/tr><tr><td><strong>Peer-to-peer<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>File versioning<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>Object storage support (S3, Azure Blob, others)<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>10 Gbps replication speed<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><tr><td><strong>Bandwidth throttling scheduler<\/strong><\/td><td>\u2714\ufe0f<\/td><td>\u2714\ufe0f<\/td><\/tr><tr><td><strong>ReFS support<\/strong><\/td><td>\u2714\ufe0f<\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Learn more about&nbsp;<a href=\"https:\/\/www.resilio.com\/usecases\/dfsr-replacement\/\" target=\"_blank\" rel=\"noreferrer noopener\">Resilio Platform\u2019s DFSR Replacement<\/a>&nbsp;and how much faster and more reliable it can be. Or signup to discuss your environment, see a demo and <a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.resilio.com\/blog\/how-to-check-dfs-replication-status#request\" target=\"_blank\" rel=\"noreferrer noopener\">start a free trial<\/a>.&nbsp;<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to easily check your DFS-R status. Also see how to overcome DFSR\u2019s limited visibility, how to monitor DFSR and how to do a DFSR health check.<\/p>\n","protected":false},"author":54,"featured_media":10144,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[225],"tags":[158,295,187,291],"class_list":["post-9435","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dfsr","tag-featured-tertiary","tag-post-with-sidebar-new-hero-section","tag-resilio-connect","tag-written-by-kos"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Check DFS Replication Status | Resilio Blog<\/title>\n<meta name=\"description\" content=\"Learn how to easily check your DFS-R status. Also see how to overcome DFSR&#039;s limited visibility, how to monitor DFSR and how to do a DFSR health check.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check DFS Replication Status\" \/>\n<meta property=\"og:description\" content=\"Learn how to easily check your DFS-R status. Also see how to overcome DFSR&#039;s limited visibility, how to monitor DFSR and how to do a DFSR health check.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\" \/>\n<meta property=\"og:site_name\" content=\"Resilio Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-16T04:57:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-19T21:26:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"592\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Konstantin Lissounov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Check DFS Replication Status\" \/>\n<meta name=\"twitter:description\" content=\"Learn how to easily check your DFS-R status. Also see how to overcome DFSR&#039;s limited visibility, how to monitor DFSR and how to do a DFSR health check.\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Konstantin Lissounov\" \/>\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:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\"},\"author\":{\"name\":\"Konstantin Lissounov\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/27b138f12cffb70bce0ab1b59d1389c8\"},\"headline\":\"How to Check DFS Replication Status\",\"datePublished\":\"2020-04-16T04:57:18+00:00\",\"dateModified\":\"2025-12-19T21:26:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\"},\"wordCount\":812,\"publisher\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\",\"keywords\":[\"Featured-tertiary\",\"Post with sidebar new hero section\",\"Resilio Connect\",\"written by kos\"],\"articleSection\":[\"DFSR\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\",\"url\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\",\"name\":\"How to Check DFS Replication Status | Resilio Blog\",\"isPartOf\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\",\"datePublished\":\"2020-04-16T04:57:18+00:00\",\"dateModified\":\"2025-12-19T21:26:53+00:00\",\"description\":\"Learn how to easily check your DFS-R status. Also see how to overcome DFSR's limited visibility, how to monitor DFSR and how to do a DFSR health check.\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage\",\"url\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\",\"contentUrl\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg\",\"width\":1200,\"height\":592,\"caption\":\"How to Check DFS Replication Status\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/blog.resilio.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Check DFS Replication Status\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#website\",\"url\":\"https:\/\/blog.resilio.com\/blog\/\",\"name\":\"Resilio Blog\",\"description\":\"Explore Common Use cases, How to&#039;s, Comparisons &amp; More\",\"publisher\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.resilio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#organization\",\"name\":\"Resilio\",\"url\":\"https:\/\/blog.resilio.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2024\/05\/cropped-resilio-icon-digital-navy-background.png\",\"contentUrl\":\"https:\/\/blog.resilio.com\/wp-content\/uploads\/2024\/05\/cropped-resilio-icon-digital-navy-background.png\",\"width\":512,\"height\":512,\"caption\":\"Resilio\"},\"image\":{\"@id\":\"https:\/\/blog.resilio.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/resilio-inc.\",\"https:\/\/youtube.com\/resilio\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/27b138f12cffb70bce0ab1b59d1389c8\",\"name\":\"Konstantin Lissounov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6715f7613c89e38c038e855637eb94bea0f8f6c7b4fa034fd4f85ec1a5ce2d88?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6715f7613c89e38c038e855637eb94bea0f8f6c7b4fa034fd4f85ec1a5ce2d88?s=96&d=mm&r=g\",\"caption\":\"Konstantin Lissounov\"},\"sameAs\":[\"http:\/\/Use%20this%20user%20as%20author%20when%20assigning%20posts%20to%20Kos\"],\"url\":\"https:\/\/blog.resilio.com\/blog\/author\/konstantin-lissounov\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check DFS Replication Status | Resilio Blog","description":"Learn how to easily check your DFS-R status. Also see how to overcome DFSR's limited visibility, how to monitor DFSR and how to do a DFSR health check.","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:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status","og_locale":"en_US","og_type":"article","og_title":"How to Check DFS Replication Status","og_description":"Learn how to easily check your DFS-R status. Also see how to overcome DFSR's limited visibility, how to monitor DFSR and how to do a DFSR health check.","og_url":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status","og_site_name":"Resilio Blog","article_published_time":"2020-04-16T04:57:18+00:00","article_modified_time":"2025-12-19T21:26:53+00:00","og_image":[{"width":1200,"height":592,"url":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","type":"image\/jpeg"}],"author":"Konstantin Lissounov","twitter_card":"summary_large_image","twitter_title":"How to Check DFS Replication Status","twitter_description":"Learn how to easily check your DFS-R status. Also see how to overcome DFSR's limited visibility, how to monitor DFSR and how to do a DFSR health check.","twitter_image":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","twitter_misc":{"Written by":"Konstantin Lissounov","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#article","isPartOf":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status"},"author":{"name":"Konstantin Lissounov","@id":"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/27b138f12cffb70bce0ab1b59d1389c8"},"headline":"How to Check DFS Replication Status","datePublished":"2020-04-16T04:57:18+00:00","dateModified":"2025-12-19T21:26:53+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status"},"wordCount":812,"publisher":{"@id":"https:\/\/blog.resilio.com\/blog\/#organization"},"image":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage"},"thumbnailUrl":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","keywords":["Featured-tertiary","Post with sidebar new hero section","Resilio Connect","written by kos"],"articleSection":["DFSR"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status","url":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status","name":"How to Check DFS Replication Status | Resilio Blog","isPartOf":{"@id":"https:\/\/blog.resilio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage"},"image":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage"},"thumbnailUrl":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","datePublished":"2020-04-16T04:57:18+00:00","dateModified":"2025-12-19T21:26:53+00:00","description":"Learn how to easily check your DFS-R status. Also see how to overcome DFSR's limited visibility, how to monitor DFSR and how to do a DFSR health check.","breadcrumb":{"@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#primaryimage","url":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","contentUrl":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2020\/04\/How-to-Check-DFS-Replication-Status.jpg","width":1200,"height":592,"caption":"How to Check DFS Replication Status"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.resilio.com\/blog\/how-to-check-dfs-replication-status#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blog.resilio.com\/blog"},{"@type":"ListItem","position":2,"name":"How to Check DFS Replication Status"}]},{"@type":"WebSite","@id":"https:\/\/blog.resilio.com\/blog\/#website","url":"https:\/\/blog.resilio.com\/blog\/","name":"Resilio Blog","description":"Explore Common Use cases, How to&#039;s, Comparisons &amp; More","publisher":{"@id":"https:\/\/blog.resilio.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.resilio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blog.resilio.com\/blog\/#organization","name":"Resilio","url":"https:\/\/blog.resilio.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.resilio.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2024\/05\/cropped-resilio-icon-digital-navy-background.png","contentUrl":"https:\/\/blog.resilio.com\/wp-content\/uploads\/2024\/05\/cropped-resilio-icon-digital-navy-background.png","width":512,"height":512,"caption":"Resilio"},"image":{"@id":"https:\/\/blog.resilio.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/resilio-inc.","https:\/\/youtube.com\/resilio"]},{"@type":"Person","@id":"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/27b138f12cffb70bce0ab1b59d1389c8","name":"Konstantin Lissounov","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blog.resilio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6715f7613c89e38c038e855637eb94bea0f8f6c7b4fa034fd4f85ec1a5ce2d88?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6715f7613c89e38c038e855637eb94bea0f8f6c7b4fa034fd4f85ec1a5ce2d88?s=96&d=mm&r=g","caption":"Konstantin Lissounov"},"sameAs":["http:\/\/Use%20this%20user%20as%20author%20when%20assigning%20posts%20to%20Kos"],"url":"https:\/\/blog.resilio.com\/blog\/author\/konstantin-lissounov"}]}},"_links":{"self":[{"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/posts\/9435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/users\/54"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/comments?post=9435"}],"version-history":[{"count":0,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/posts\/9435\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/media\/10144"}],"wp:attachment":[{"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/media?parent=9435"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/categories?post=9435"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.resilio.com\/blog\/wp-json\/wp\/v2\/tags?post=9435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}