MSFT_NfsClientgroup class

Represents a client group on a Windows NFS server.

This class supersedes the legacy MSNFS_ClientGroup class.

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

Syntax

[ClassVersion("1.0"), dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsClientgroup
{
  string ClientGroupName;
  string ClientGroupMembers[];
};

Members

The MSFT_NfsClientgroup class has these types of members:

Properties

The MSFT_NfsClientgroup class has these properties.

ClientGroupMembers

Data type: string array

Access type: Read/write

The names of the client computers that are members of the client group.

ClientGroupName

Data type: string

Access type: Read-only

Qualifiers: key

The name of the client group.

Remarks

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

To create a client group, use the MSFT_NfsServerTasks.CreateClientGroup method.

To rename a client group, use the MSFT_NfsServerTasks.RenameClientGroup method.

To add or remove client group members, use the MSFT_NfsServerTasks.SetClientGroup method.

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