| CIM_OperatingSystem | |||
| An operating system is software/firmware that makes a computer system's hardware usable, and implements and/or manages the resources, file systems, processes, user interfaces, services, ... available on the computer system. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | The Caption property is a short textual description (one-line string) of the object. | |
| CreationClassName | String | CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. | |
| CSCreationClassName | String | CSCreationClassName contains the scoping computer system's creation class name. | |
| CSName | String | CSName contains the scoping computer system's name. | |
| CurrentTimeZone | SInt16 | CurrentTimeZone indicates the number of minutes the operating system is offset from Greenwich Mean Time. Either the number is positive, negative or zero. | |
| Description | String | The Description property provides a textual description of the object. | |
| Distributed | Boolean | Boolean indicating whether the operating system is distributed across several computer system nodes. If so, these nodes should be grouped as a cluster. | |
| FreePhysicalMemory | UInt64 | Number of kilobytes of physical memory currently unused and available | |
| FreeSpaceInPagingFiles | UInt64 | The total number of KBytes that can be mapped into the OperatingSystem's paging files without causing any other pages to be swapped out. 0 indicates that there are no paging files. | |
| FreeVirtualMemory | UInt64 | Number of kilobytes of virtual memory currently unused and available. For example, this may be calculated by adding the amount of free RAM to the amount of free paging space (i.e., adding the properties, FreePhysicalMemory and FreeSpaceInPagingFiles). | |
| InstallDate | 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. | |
| LastBootUpTime | DateTime | Time when the operating system was last booted | |
| LocalDateTime | DateTime | Operating system's notion of the local date and time of day. | |
| MaxNumberOfProcesses | UInt32 | Maximum number of process contexts the operating system can support. If there is no fixed maximum, the value should be 0. On systems that have a fixed maximum, this object can help diagnose failures that occur when the maximum is reached. If unknown, enter -1. | |
| MaxProcessMemorySize | UInt64 | Maximum number of kilobytes of memory that can be allocated to a process. For operating systems with no virtual memory, this value is typically equal to the total amount of physical memory minus memory used by the BIOS and OS. For some operating systems, this value may be infinity - in which case, 0 should be entered. In other cases, this value could be a constant - for example, 2G or 4G. | |
| Name | String | The inherited Name property serves as key of an operating system instance within a computer system. | |
| NumberOfLicensedUsers | UInt32 | Number of user licenses for the operating system. If unlimited, enter 0. If unknown, enter -1. | |
| NumberOfProcesses | UInt32 | Number of process contexts currently loaded or running on the operating system. | |
| NumberOfUsers | UInt32 | Number of user sessions for which the operating system is currently storing state information | |
| OSType | UInt16 | A integer indicating the type of operating system. | |
| OtherTypeDescription | String | A string describing the manufacturer and operating system type - used when the operating system property, OSType, is set to 1 ("Other"). The format of the string inserted in OtherTypeDescription should be similar in format to the Values strings defined for OSType. OtherTypeDescription should be set to NULL when OSType is any value other than 1. | |
| SizeStoredInPagingFiles | UInt64 | The total number of kilobytes that can be stored in the operating system's paging files. Note that this number does not represent the actual physical size of the paging file on disk. 0 indicates that there are no paging files. | |
| Status | 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. | |
| TotalSwapSpaceSize | UInt64 | Total swap space in kilobytes. This value may be NULL (unspecified) if swap space is not distinguished from page files. However, some operating systems distinguish these concepts. For example, in UNIX, whole processes can be 'swapped out' when the free page list falls and remains below a specified amount. | |
| TotalVirtualMemorySize | UInt64 | Number of kilobytes of virtual memory. For example, this may be calculated by adding the amount of total RAM to the amount of paging space (i.e., adding the amount of memory in/aggregated by the computer system to the property, SizeStoredInPagingFiles. | |
| TotalVisibleMemorySize | UInt64 | The total amount of physical memory (in Kbytes) available to the OperatingSystem. This value does not necessarily indicate the true amount of physical memory, but what is reported to the OperatingSystem as available to it. | |
| Version | String | A string describing the operating system's version number. The format of the version information is as follows: | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_OperatingSystem    {     BootDevice = "\\Device\\HarddiskVolume1";     BuildNumber = "3790";     BuildType = "Multiprocessor Free";     Caption = "Microsoft(R) Windows(R) Server 2003, Standard Edition";     CodeSet = "1252";     CountryCode = "1";     CreationClassName = "Win32_OperatingSystem";     CSCreationClassName = "Win32_ComputerSystem";     CSDVersion = "Service Pack 2";     CSName = "SCCM01";     CurrentTimeZone = -420;     DataExecutionPrevention_32BitApplications = TRUE;     DataExecutionPrevention_Available = TRUE;     DataExecutionPrevention_Drivers = TRUE;     DataExecutionPrevention_SupportPolicy = 3;     Debug = FALSE;     Description = "";     Distributed = FALSE;     EncryptionLevel = 168;     ForegroundApplicationBoost = 2;     FreePhysicalMemory = "1284028";     FreeSpaceInPagingFiles = "1136676";     FreeVirtualMemory = "2638660";     InstallDate = "20091214224540.000000-480";     LargeSystemCache = 1;     LastBootUpTime = "20110328152858.485247-420";     LocalDateTime = "20110330141610.337000-420";     Locale = "0409";     Manufacturer = "Microsoft Corporation";     MaxNumberOfProcesses = 4294967295;     MaxProcessMemorySize = "2097024";     Name = "Microsoft Windows Server 2003 R2 Standard Edition|C:\\WINDOWS|\\Device\\Harddisk0\\Partition1";     NumberOfLicensedUsers = 5;     NumberOfProcesses = 207;     NumberOfUsers = 5;     Organization = "DudeWorks";     OSLanguage = 1033;     OSProductSuite = 272;     OSType = 18;     OtherTypeDescription = "R2";     PAEEnabled = TRUE;     Primary = TRUE;     ProductType = 3;     QuantumLength = 0;     QuantumType = 0;     RegisteredUser = "DudeWorks";     SerialNumber = "69712-296-1219341-44151";     ServicePackMajorVersion = 2;     ServicePackMinorVersion = 0;     SizeStoredInPagingFiles = "1572864";     Status = "OK";     SuiteMask = 272;     SystemDevice = "\\Device\\HarddiskVolume1";     SystemDirectory = "C:\\WINDOWS\\system32";     SystemDrive = "C:";     TotalVirtualMemorySize = "4493264";     TotalVisibleMemorySize = "3144968";     Version = "5.2.3790";     WindowsDirectory = "C:\\WINDOWS";    }; | |||