This class, which models a program group on the desktop, is based on Win32_ProgramGroup. This class is not included in a default hardware inventory operation.
Table C.45 Program GroupAttribute Class (SMS_G_System_PROGRAM_GROUP)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
GroupName | string | "Accessories\ System Tools" | Indicates the name of the Win32 program group. |
Name | string | "All Users:Accessories\ System Tools" | Key. Indicates the user name followed by the group name. Maximum length is 256 characters. |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |
UserName | string | "All Users" | Indicates the users who can get access to the Win32 program group. |