Freigeben über


ClearMetadataAll method of the MSFT_WvrAdminTasks class

[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 Storage Replica metadata from the registry, partition, and system volume information folder.

Syntax

uint32 ClearMetadataAll(
  [in] string  ComputerName,
  [in] boolean AllConfiguration,
  [in] boolean AllLogs,
  [in] boolean AllPartitions,
  [in] boolean NoRestart
);

Parameters

ComputerName [in]

The FQDN or NetBIOS name of the computer.

AllConfiguration [in]

TBD

AllLogs [in]

TBD

AllPartitions [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