Freigeben über


SetGroupRemoveVolumes method of the MSFT_WvrAdminTasks class

Removes volumes from an existing replication group.

Syntax

uint32 SetGroupRemoveVolumes(
  [in] string ComputerName,
  [in] string Name,
  [in] string RemoveVolumeName[]
);

Parameters

ComputerName [in]

The FQDN or NetBIOS name of the computer.

Name [in]

The name of the replication group.

RemoveVolumeName [in]

The volume names to remove.

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