Freigeben über


GetSrAccess method of the MSFT_WvrAdminTasks class

Returns a list of clusters paired with the specified cluster.

Syntax

uint32 GetSrAccess(
  [in]  string                ComputerName,
  [in]  string                Cluster,
  [out] MSFT_WvrPairedCluster Output[]
);

Parameters

ComputerName [in]

The computer on which to report.

Cluster [in]

Cluster name.

Output [out]

On success, returns a collection of MSFT_WvrUser describing the paired clusters.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
Wvrcimprov.mof
DLL
Wvrcimprov.dll

See also

MSFT_WvrAdminTasks