MSNFS_NetGroup class

[The NFS Legacy WMI Classes are no longer available as of Windows 8 and Windows Server 2012. Instead, use the NFS WMI Classes.]

Configures netgroups. Because netgroups are a server-side setting, this class is not available on client operating systems such as Windows 7.

This class is superseded by the MSFT_NfsNetgroup class.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[Dynamic, Provider("MSNFS_PROVIDER"), AMENDMENT]
class MSNFS_NetGroup
{
  string GroupName;
};

Members

The MSNFS_NetGroup class has these types of members:

Methods

The MSNFS_NetGroup class has these methods.

Method Description
CheckName Verifies the netgroup name.

Properties

The MSNFS_NetGroup class has these properties.

GroupName

Data type: string

Access type: Read-only

Qualifiers: Key

Indicates the name of the netgroup.

Remarks

NFS client computers can be logically grouped into netgroups, in order to enable the administrator to easily manage mount permissions for all the computers in the group without having to set them for individual computers.

Requirements

Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
End of client support
Windows 7
End of server support
Windows Server 2008 R2
Namespace
Root\MSNFS
MOF
Nfswmi.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsNetgroup