次の方法で共有


CreateClientGroup method of the MSFT_NfsServerTasks class

Creates a new client group.

Syntax

uint32 CreateClientGroup(
  [in] string ClientGroupName,
  [in] string AddMember[]
);

Parameters

ClientGroupName [in]

Type: string

The name of the client group. This name must be unique and must not be that of an already existing client group.

AddMember [in]

Type: string[]

An array of strings containing names of members to be added to the client group.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsServerTasks

MSFT_NfsClientgroup