Microsoft.Windows.DfsReplication.ReplicatedFolderReplicated Folder

Microsoft.Windows.DfsReplication.ReplicatedFolder (ClassType)

DFS Replicated folders configured on a monitored computer.

Knowledge Base article:

Summary

This class represents all folders on a monitored computer that are replicated using DFS Replication. A replicated folder is a folder that stays synchronized on each DFS Replication member. As the data changes in each replicated folder, the changes are replicated across connections between the members of the replication group. A replication group is a set of servers, known as members, which participate in the replication of one or more replicated folders. A server may replicate multiple folders with different replication partners. Settings such as file and folder filters, staging folder location, staging quota, conflict and deleted folder location etc. are configured for each replicated folder. The properties of instances of this class are set by the discovery rule “Discover replicated folders on monitored computer”.

The following properties are defined for this class:

These properties are set once the discovery rule queries the DFS Replication WMI class DfsrReplicatedFolderInfo to retrieve settings for the replicated folders on the given server.

Additional

More information about the DfsrReplicatedFolderInfo WMI class is available on MSDN.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId36a317a7-1fd7-0d6f-c448-200017c4c179

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.DfsReplication.ReplicatedFolder:
RGName  string  Replication Group The name of the replication group to which the monitored computer belongs. false 256  False 
MemberName  string  Member Name of the replication group member. false 256  False 
Enabled  bool  Enabled Replicated Folder Status false 256   
RootPath  string  Replicated Folder The local path of the replicated folder on the monitored computer. false 256  False 
RootSize  double  Replicated Folder size (MB) The size of the replicated folder on the monitored computer. false 20   
State  string  Replicated Folder state The current state of the replicated folder on the monitored computer. false 20  True 
StagingPath  string  'Staging Area' The path to the staging area for the replicated folder on the monitored computer. false 256  False 
StagingSize  double  'Staging Area' quota (MB) The size of the staging quota configured for the replicated folder on the monitored computer. false 20   
ConflictPath  string  'Conflicts And Deleted' The path to the 'Conflicts and Deleted' folder for the replicated folder on the monitored computer. false 256  False 
ConflictSize  double  'Conflicts And Deleted' quota (MB) The quota for 'Conflicts and Deleted' configured for the replicated folder on the monitored computer. false 20   
ReplicatedFolderGUID  guid  Replicated Folder GUID The GUID for the replicated folder on the monitored computer. true 100   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsReplication.ReplicatedFolder" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RGName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemberName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Enabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RootPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RootSize" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="true" Length="20" MinLength="0"/>
<Property ID="StagingPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StagingSize" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="ConflictPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConflictSize" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="ReplicatedFolderGUID" Type="guid" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
</ClassType>