Microsoft.Windows.FileServer.DFSR.ServiceDFS Replication Service

Microsoft.Windows.FileServer.DFSR.Service (ClassType)

This class represents the configuration settings for the DFS Replication service on a monitored computer.

Knowledge Base article:

Summary

This class represents the configuration settings for the DFS Replication service on a monitored computer. Many service-wide configuration settings are retrieved by querying the DFS Replication WMI class DfsrMachineConfig. The properties of instances of this class are set by the DFS Replication Service Configuration Discovery rule. The following properties are defined for this class:

Additional

DfsrMachineConfig WMI class information on MSDN (http://go.microsoft.com/fwlink/?LinkID=165542)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3b8a0a53-e1ba-f398-f637-4bc9b6e856a8

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.FileServer.DFSR.Service:
State  string  Service status The current state of the DFS Replication service on the monitored computer. false 20  False 
DebugLogFilePath  string  Debug logs Location on the monitored computer where the DFS Replication service stores its debug logs. false 256  False 
ConflictHighWatermarkPercent  decimal  Conflict And Deleted high watermark (\%) The configured high watermark threshold for Conflict And Deleted directories on the monitored computer. false   
ConflictLowWatermarkPercent  decimal  Conflict And Deleted low watermark (\%) The configured low watermark threshold for Conflict And Deleted directories on the monitored computer. false   
StagingHighWatermarkPercent  decimal  Staging Area high watermark (\%) The configured high watermark threshold for Staging directories on the monitored computer. false   
StagingLowWatermarkPercent  decimal  Staging Area low watermark (\%) The configured low watermark threshold for Staging directories on the monitored computer. false   
IsVirtualNode  string  Virtual Node Define if service is on a virtual node false 10  False 
IsRoDriverLoaded  string  RO Driver Loaded Defines if DFSR RO driver is loaded false 10  False 
OSVersion  string  Operating System Version Operating system version of the server false 256  False 
OSName  string  Operating System Name Operating system name of the server false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.Service" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="20"/>
<Property ID="DebugLogFilePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ConflictHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="4"/>
<Property ID="ConflictLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="4"/>
<Property ID="StagingHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="4"/>
<Property ID="StagingLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" MinLength="0" Length="4"/>
<Property ID="IsVirtualNode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="10"/>
<Property ID="IsRoDriverLoaded" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="10"/>
<Property ID="OSVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="OSName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>