Win32_TokenGroups class
The Win32_TokenGroups abstract WMI class represents information about the group security identifiers (SIDs) in an access token.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{6CDD7B40-369D-4725-AB7F-EFE53EE2C455}"), AMENDMENT]
class Win32_TokenGroups
{
Win32_SIDandAttributes Groups[];
uint32 GroupCount;
};
Members
The Win32_TokenGroups class has these types of members:
Properties
The Win32_TokenGroups class has these properties.
-
GroupCount
-
-
Data type: uint32
-
Access type: Read-only
Number of groups in the access token.
-
-
Groups
-
-
Data type: Win32_SIDandAttributes array
-
Access type: Read-only
Each array element references a an SID and an attribute.
-
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|