CIM_InstalledOS class
The CIM_InstalledOS association class represents a link between the computer system and the installed operating system. An operating system is installed when it is in a computer system's storage extent (for example, copied to a disk drive or downloaded to memory).
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{8502C575-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class CIM_InstalledOS : CIM_SystemComponent
{
CIM_OperatingSystem REF PartComponent;
CIM_ComputerSystem REF GroupComponent;
boolean PrimaryOS;
};
Members
The CIM_InstalledOS class has these types of members:
Properties
The CIM_InstalledOS class has these properties.
-
GroupComponent
-
-
Data type: CIM_ComputerSystem
-
Access type: Read-only
A CIM_ComputerSystem describing the computer system.
-
-
PartComponent
-
A CIM_OperatingSystem that describes the operating system installed on the computer system.
-
PrimaryOS
-
-
Data type: boolean
-
Access type: Read-only
-
Qualifiers: MappingStrings ("MIF.DMTF|Operating System|001.4")
If TRUE, the installed operating system is the default operating system for the computer system.
-
Remarks
The CIM_InstalledOS class is derived from CIM_SystemComponent.
WMI does not implement this class. For classes derived from CIM_InstalledOS, see Win32 Classes.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|