DeleteNetGroup method of the MSFT_NfsServerTasks class

Deletes a netgroup.

Syntax

uint32 DeleteNetGroup(
  [in] string NetgroupName,
  [in] string LdapServer,
  [in] string LdapNamingContext
);

Parameters

NetgroupName [in]

Type: string

The name of the netgroup.

LdapServer [in]

Type: string

The LDAP server name or Active Directory domain name.

LdapNamingContext [in]

Type: string

The LDAP naming context (DN).

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_NfsNetgroup