ClearMetadataForReplicationGroup method of the MSFT_WvrAdminTasks class

Removes orphaned Storage Replica metadata from the partition, and system volume information folder for a replication group. This operation may result in the restart of the specified computer.

Syntax

uint32 ClearMetadataForReplicationGroup(
  [in] string  ComputerName,
  [in] string  Name,
  [in] boolean Logs,
  [in] boolean Partition,
  [in] boolean NoRestart
);

Parameters

ComputerName [in]

TBD

Name [in]

TBD

Logs [in]

TBD

Partition [in]

TBD

NoRestart [in]

TBD

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