GetGroup method of the MSFT_WvrAdminTasks class

Retrieves a replication group.

Syntax

uint32 GetGroup(
  [in]  string                   ComputerName,
  [in]  string                   Name,
  [out] MSFT_WvrReplicationGroup Output[]
);

Parameters

ComputerName [in]

The FQDN or NetBIOS name of the destination computer.

Name [in]

The name of the replication group.

Output [out]

Returns the resulting MSFT_WvrReplicationGroup embedded instance.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
WVRCimProv.Mof
DLL
WvrCimProv.dll

See also

MSFT_WvrAdminTasks