MSFT_NfsNetgroup class
Represents a netgroup configured on an Active Directory Domain Services (AD DS) server, Active Directory Lightweight Directory Services (AD LDS), or NIS server.
This class supersedes the legacy MSNFS_NetGroup class.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
[ClassVersion("1.0"), dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsNetgroup
{
string NetgroupName;
string NetgroupMembers[];
};
Members
The MSFT_NfsNetgroup class has these types of members:
Properties
The MSFT_NfsNetgroup class has these properties.
-
NetgroupMembers
-
-
Data type: string array
-
Access type: Read/write
The names of the client computers that are members of the netgroup.
-
-
NetgroupName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: key
The name of the netgroup.
-
Remarks
NFS client computers can be logically grouped into netgroups, in order to enable the administrator to easily manage share access permissions for all of the computers in the group without having to set them for individual computers. Because netgroups are configured only on the NFS server, this class is not available on client operating system versions.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\NFS |
MOF |
|
DLL |
|