MSFT_DfsrLocalMemberConfig class

This class is for replication group membership. An instance of this class is available for each replication group hosted on this computer. This class maps to the DFSR2-Member class in the Active Directory Domain Services.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DfsrWMIV2"), AMENDMENT]
class MSFT_DfsrLocalMemberConfig
{
  string MemberGuid;
  string MemberName;
  string MemberDn;
  string MemberDns;
  string MemberPeerNetGroupName;
  string ReplicationGroupGuid;
  string Keywords;
};

Members

The MSFT_DfsrLocalMemberConfig class has these types of members:

Properties

The MSFT_DfsrLocalMemberConfig class has these properties.

Keywords

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Keywords")

User-defined strings that are used by monitoring and configuration tools and for grouping or identification purposes.

MemberDn

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member Distinguished Name")

The distinguished name of the corresponding ms-DFSR-Member object in the Active Directory Domain Services.

MemberDns

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member DNS")

The member-qualified DNS name.

MemberGuid

Data type: string

Access type: Read-only

Qualifiers: key, MaxLen (36), MinLen (36), DisplayName ("Member GUID")

The unique identifier of the local replication group member.

MemberName

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member Name")

The member name. This is typically the unqualified DNS name of the local computer.

MemberPeerNetGroupName

Data type: string

Access type: Read-only

Qualifiers: DisplayName ("Member PeerNet Group Name")

The member's PeerNet group name.

ReplicationGroupGuid

Data type: string

Access type: Read-only

Qualifiers: MaxLen (36), MinLen (36), DisplayName ("Replication Group GUID")

The unique replication group identifier.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dfsr
MOF
Dfsrwmiv2.mof
DLL
DfsRWmiV2.dll

See also

DFSR WMI Classes