BACK TO INDEX

Win32_LogicalProgramGroup
The Win32_LogicalProgramGroup class represents a program group in a Win32 system. Example: Accessories or Startup.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringThe Caption property is a short textual description (one-line string) of the object.
DescriptionStringThe Description property provides a textual description of the object.
GroupNameStringThe GroupName property indicates the name of the Win32 program group. Program groups are implemented as file folders in Win32. Example: Accessories\System Tools
InstallDateDateTimeThe InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed.
NameStringThe Name property indicates the user assigned name followed by the group name. Program groups are implemented as file folders in Win32. Example: All Users:Accessories\System Tools
StatusStringThe Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states.
UserNameStringThe UserName property indicates the users who can access the Win32 program group. Program groups are implemented as file folders in Win32. Example: All Users
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LogicalProgramGroup
   {
    Caption = "Logical program group \"Default User:Start Menu\"";
    Description = "Logical program group \"Default User:Start Menu\"";
    GroupName = "Start Menu";
    InstallDate = "20091214141613.296875-480";
    Name = "Default User:Start Menu";
    UserName = "Default User";
   };