次の方法で共有


GetSrUserAccess method of the MSFT_WvrAdminTasks class

Returns users that have all capabilities required for them to manage Storage Replica on a given computer.

Syntax

uint32 GetSrUserAccess(
  [in]  string       ComputerName,
  [out] MSFT_WvrUser Output[]
);

Parameters

ComputerName [in]

The computer on which to report.

Output [out]

On success, returns a collection of MSFT_WvrUser describing the list of users.

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