BACK TO INDEX

Win32_NamedJobObject
The Win32_NamedJobObject class represents a kernel object that is used to group processes for the sake of controlling the life and resources of the processes within the job object. Only the job objects that have been named are instrumented.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
BasicUIRestrictionsUInt32The UIRestrictions property indicates the restrictions on the job regarding the UI.
CaptionStringA short textual description (one-line string) of the CollectionOfMSEs object.
CollectionIDStringThis property indicates a number that identifies the job object. As a Kernel object job object names are case sensitive. Because WMI keys are case insensitive, the name of the named job object must be decorated as follows: a capital letter should be preceded by a backslash. As a consequence of this convention, 'A' and 'a' are lower case and '\A' and '\a' are upper case.
DescriptionStringA textual description of the CollectionOfMSEs object.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_NamedJobObject
   {
    BasicUIRestrictions = 0;
    CollectionID = "\\wmi\\provider\\sub\\system\\host\\job";
   };