EnumerateNetGroup method of the MSFT_NfsServerTasks class

Enumerates the netgroups from the netgroup store configured on the Windows NFS server.

Syntax

uint32 EnumerateNetGroup(
  [in]  string           NetgroupName,
  [out] MSFT_NfsNetgroup NetGroups[]
);

Parameters

NetgroupName [in]

Type: string

The name of the netgroup.

NetGroups [out]

Type: MSFT_NfsNetgroup[]

An array of MSFT_NfsNetgroup objects, one for each netgroup.

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_NfsNetgroup

MSFT_NfsServerTasks