Microsoft.Windows.DfsReplication.ReplicationGroupReplication Group

Microsoft.Windows.DfsReplication.ReplicationGroup (ClassType)

DFS Replication groups configured on the monitored computer.

Knowledge Base article:

Summary

This class represents all DFS Replication groups configured on a monitored computer. A replication group is a set of servers, known as members, which participates in the replication of one or more replicated folders. A server may belong to one or more replication groups and may replicate multiple folders with different replication partners. Settings such as connection topology, replication schedule and bandwidth throttling are configured for each replication group and apply to all replicated folders that belong to that replication group. The properties of instances of this class are set by the discovery rule “Discover replication groups 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 DfsrLocalMemberInfo to retrieve settings for the replication groups configured on the monitored computer.

Note: The replication group discovery rule may not be run unless the “Agent Proxy” setting is enabled on all monitored computers.

Additional

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

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId24c399e6-361c-a0db-02f9-d288ab59c80e

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.ReplicationGroup:
ReplicationGroupGUID  guid  Replication Group GUID The GUID of a replication group on the monitored computer. true 100   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsReplication.ReplicationGroup" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ReplicationGroupGUID" Type="guid" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
</ClassType>