MSFT_WvrAdminTasks::WvrClearMetadata method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Removes orphaned metadata for a replication group, from the registry, partition, and system volume information folder.

Syntax

uint32 WvrClearMetadata(
  [in] string  ReplicationGroupName,
  [in] boolean Configuration,
  [in] boolean Logs,
  [in] boolean Partition,
  [in] boolean NoRestart
);

Parameters

  • ReplicationGroupName [in]
    The name of the replication group.

    If this parameter is not specified the operation will be performed at a machine level.

  • Configuration [in]
    TBD

  • Logs [in]
    TBD

  • Partition [in]
    TBD

  • NoRestart [in]
    TBD

Requirements

Minimum supported client

None supported

Minimum supported server

Windows Server 2016 Technical Preview

Namespace

root\Microsoft\Windows\StorageReplica

MOF

WVRCimProv.Mof

DLL

WvrCimProv.dll

See also

MSFT_WvrAdminTasks