Microsoft.Windows.FileServer.DFSR.ReplicationGroupReplication Group

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

This class represents all replication groups to which the monitored computer belongs.

Knowledge Base article:

Summary

This class represents all replication groups to which the monitored computer belongs. 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 after the discovery rule queries the DFS Replication WMI class DfsrLocalMemberInfo to retrieve settings for the replication groups.

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

Additional

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId18c20c65-133e-2029-1a2b-8a6adbc00f4c

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.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.FileServer.DFSR.ReplicationGroup" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ReplicationGroupGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="100"/>
</ClassType>