Win32_LoadOrderGroup
The Win32_LoadOrderGroup class represents a group of system services that define execution dependencies. The services must be initiated in the order specified by the Load Order Group, as the services are dependent on each other. These dependent services require the presence of the antecedent services in order to function correctly.
Properties
In this WMI class, all WMI properties are read-only. You can only read values but not change them.
Caption
Data type String
The Caption property is a short textual description (one-line string) of the object.
Description
Data type String
The Description property provides a textual description of the object.
DriverEnabled
Data type Boolean
The DriverEnabled property indicates whether this load order group can include drivers along with system services.
Values: $true or $false. If $true, the load order group can includedrivers.
FileName
Data type String
GroupOrder
Data type UInt32
The GroupOrder property indicates the sequence in which this group of services will be loaded onto the operating system.
Example: 2
InstallDate
Data type DateTime
The 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.
Name
Data type String
The Name property indicates the name of the load order group.
Example: Primary disk
Recursive
Data type Boolean
StartFileName
Data type String
Status
Data type String
The 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.
'OK','Error','Degraded','Unknown','Pred Fail','Starting','Stopping','Service','Stressed','NonRecover','No Contact','Lost Comm' |
Community Content
You are cordially invited to add knowledge to this page. If you have sample code or additional information related to this WMI class, please share it. Use the comment form to send your information. We will edit and incorparate it into the reference library. Thank you!









