Win32_ComputerSystem, ROOT\CIMV2

Class | Methods (4) | Properties (60) | Qualifiers (6) | Instances (1) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Win32_ComputerSystem class represents a computer system operating in a Win32 environment.

Win32_ComputerSystem methods

Win32_ComputerSystem has 4 methods (3 Local, 1 Derived)

NameOriginReturn
JoinDomainOrWorkgroupWin32_ComputerSystemuint32 {'out':True}
RenameWin32_ComputerSystemuint32 {'out':True}
SetPowerStateCIM_UnitaryComputerSystemuint32 {'out':True}
UnjoinDomainOrWorkgroupWin32_ComputerSystemuint32 {'out':True}

Win32_ComputerSystem properties

Win32_ComputerSystem has 60 properties (44 Local, 16 Derived)

NameOriginCIMType
AdminPasswordStatusWin32_ComputerSystem18 [uint16]
AutomaticManagedPagefileWin32_ComputerSystem11 [boolean]
AutomaticResetBootOptionWin32_ComputerSystem11 [boolean]
AutomaticResetCapabilityWin32_ComputerSystem11 [boolean]
BootOptionOnLimitWin32_ComputerSystem18 [uint16]
BootOptionOnWatchDogWin32_ComputerSystem18 [uint16]
BootROMSupportedWin32_ComputerSystem11 [boolean]
BootupStateWin32_ComputerSystem8 [string]
CaptionCIM_ManagedSystemElement8 [string]
ChassisBootupStateWin32_ComputerSystem18 [uint16]
CreationClassNameCIM_System8 [string]
CurrentTimeZoneWin32_ComputerSystem2 [sint16]
DaylightInEffectWin32_ComputerSystem11 [boolean]
DescriptionCIM_ManagedSystemElement8 [string]
DNSHostNameWin32_ComputerSystem8 [string]
DomainWin32_ComputerSystem8 [string]
DomainRoleWin32_ComputerSystem18 [uint16]
EnableDaylightSavingsTimeWin32_ComputerSystem11 [boolean]
FrontPanelResetStatusWin32_ComputerSystem18 [uint16]
HypervisorPresentWin32_ComputerSystem11 [boolean]
InfraredSupportedWin32_ComputerSystem11 [boolean]
InitialLoadInfoCIM_UnitaryComputerSystem8 [string]
InstallDateCIM_ManagedSystemElement101 [datetime]
KeyboardPasswordStatusWin32_ComputerSystem18 [uint16]
LastLoadInfoCIM_UnitaryComputerSystem8 [string]
ManufacturerWin32_ComputerSystem8 [string]
ModelWin32_ComputerSystem8 [string]
key
Name
CIM_ManagedSystemElement8 [string]
NameFormatCIM_System8 [string]
NetworkServerModeEnabledWin32_ComputerSystem11 [boolean]
NumberOfLogicalProcessorsWin32_ComputerSystem19 [uint32]
NumberOfProcessorsWin32_ComputerSystem19 [uint32]
OEMLogoBitmapWin32_ComputerSystem17 [uint8]
OEMStringArrayWin32_ComputerSystem8 [string]
PartOfDomainWin32_ComputerSystem11 [boolean]
PauseAfterResetWin32_ComputerSystem20 [sint64]
PCSystemTypeWin32_ComputerSystem18 [uint16]
PCSystemTypeExWin32_ComputerSystem18 [uint16]
PowerManagementCapabilitiesCIM_UnitaryComputerSystem18 [uint16]
PowerManagementSupportedCIM_UnitaryComputerSystem11 [boolean]
PowerOnPasswordStatusWin32_ComputerSystem18 [uint16]
PowerStateCIM_UnitaryComputerSystem18 [uint16]
PowerSupplyStateWin32_ComputerSystem18 [uint16]
PrimaryOwnerContactCIM_System8 [string]
PrimaryOwnerNameCIM_System8 [string]
ResetCapabilityCIM_UnitaryComputerSystem18 [uint16]
ResetCountWin32_ComputerSystem2 [sint16]
ResetLimitWin32_ComputerSystem2 [sint16]
RolesCIM_System8 [string]
StatusCIM_ManagedSystemElement8 [string]
SupportContactDescriptionWin32_ComputerSystem8 [string]
SystemStartupDelayWin32_ComputerSystem18 [uint16]
SystemStartupOptionsWin32_ComputerSystem8 [string]
SystemStartupSettingWin32_ComputerSystem17 [uint8]
SystemTypeWin32_ComputerSystem8 [string]
ThermalStateWin32_ComputerSystem18 [uint16]
TotalPhysicalMemoryWin32_ComputerSystem21 [uint64]
UserNameWin32_ComputerSystem8 [string]
WakeUpTypeWin32_ComputerSystem18 [uint16]
WorkgroupWin32_ComputerSystem8 [string]

Detailed description of Win32_ComputerSystem methods

Local methods (3) of Win32_ComputerSystem class

JoinDomainOrWorkgroup method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0-{'Description':'The Name parameter specifies the domain or workgroup to join. This parameter cannot be NULL.','In':True}
Passwordstring1-{'Description':'If the UserName parameter specifies an account name, the Password parameter must point to the password to use when connecting to the domain controller. Otherwise, this parameter must be NULL. Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. ','In':True}
UserNamestring2-{'Description':'The Username parameter is a pointer to a constant null-terminated character string that specifies the account name to use when connecting to the domain controller. The string must specify either a domain NetBIOS name and user account (for example, "REDMOND\user") or the user principal name (UPN) of the user in the form of an Internet-style login name (for example, "someone@microsoft.com"). If this parameter is NULL, the caller's context is used. Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. ','In':True}
AccountOUstring3-{'Description':'The AccountOU optionally specifies the pointer to a constant null-terminated character string that contains the RFC 1779 format name of the organizational unit (OU) for the computer account. If you specify this parameter, the string must contain a full path, for example, OU=testOU, DC=domain, DC=Domain,DC=com. Otherwise, this parameter must be NULL. ','In':True}
FJoinOptionsuint324-{'BitMap':['0', '1', '2', '4', '5', '6', '7', '8', '18'],'BitValues':['Join Domain', 'Acct Create', 'Acct Delete', 'Win9X Upgrade', 'Domain Join If Joined', 'Join Unsecure', 'Machine Password Passed', 'Deferred SPN Set', 'Install Invocation'],'Description':'The FJoinOptions parameter contains a set of bit flags defining the join options. This parameter can be one or more of the following values: Join Domain - Joins the computer to a domain. If this value is not specified, joins the computer to a workgroup. 0 bit - Join Domain - If not present, a workgroup is joined. 1 bit - Acct Create - Creates the account on the domain. 2 bit - Acct Delete - Delete the account when a domain is left. 4 bit - Win9X Upgrade - The join operation is occurring as part of an upgrade of Windows 95/98 to Windows NT/Windows 2000. 5 bit - Domain Join If Joined - Allows a join to a new domain even if the computer is already joined to a domain. 6 bit - Join Unsecure - Performs an unsecured join.7 bit - Machine Password Passed - Indicates that the machine (not user) password is passed. This option is only valid for unsecure joins 8 bit - Deferred SPN Set - Specifies that writing SPN and DnsHostName attributes on the computer object should be deferred until the rename that will follow the join. 18 bit - Install Invocation - The APIs were invoked during install. The method returns a 0 if no options are involved.','In':True}
Description'The JoinDomainOrWorkgroup method joins computer systems to a domain or workgroup. This method is only available on Windows 2000 platforms and beyond. The method can return the following values:
0 - Success.
Other - For integer values other than those listed above, refer to Win32 error code documentation.
Note: If moving a computer from a Domain to a WorkGroup, the computer must first be removed from the domain before running this method to join the Workgroup.
Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt.
If Password and Username are left null, the provider does not care.
If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. '
ImplementedTrue
ValueMap['0', '..']
Values['Success', 'Other']
JoinDomainOrWorkgroup method is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
Rename method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Namestring0-{'Description':'The Name parameter specifies the new name. The name cannot include control characters, leading or trailing spaces, or any of the following characters: / \ [ ] : | < > + = ; , ? ','In':True}
Passwordstring1-{'Description':'If the UserName parameter specifies an account name, the Password parameter must point to the password to use when connecting to the domain controller. Otherwise, this parameter must be NULL. Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. This parameter is only used for domain renames on Windows 2000 platforms and beyond. ','In':True}
UserNamestring2-{'Description':'The Username parameter is a pointer to a constant null-terminated character string that specifies the account name to use when connecting to the domain controller. The string must specify either a domain NetBIOS name and user account (for example, "REDMOND\user") or the user principal name (UPN) of the user in the form of an Internet-style login name (for example, "someone@microsoft.com"). If this parameter is NULL, the caller's context is used. Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. This parameter is only used for domain renames on Windows 2000 platforms and beyond. ','In':True}
Description'The Rename method is used to change the name of a computer either in a workgroup or a domain. When working remotely, the Rename method does not function for Windows XP Home Edition or on Professional Edition (workgroup only). It should be noted that, for any computer in a domain (except the Domain Controller, since it can authenticate itself), delegation is required as a second hop is needed from the machine being remoted over to the Domain Controller for authentication. There are no restrictions for local cases.
If the Password and Username parameters are specified, then the connection to winmgmt must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt.
If Password and Username are left null, the provider does not care.
If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned.
The method can return the following values:
0 - Success. Reboot required.
Other - For integer values other than those listed above, refer to Win32 error code documentation.'
ImplementedTrue
ValueMap['0', '..']
Values['Success', 'Other']
Rename method is in 12 classes of ROOT\cimv2 and in 10 namespaces
UnjoinDomainOrWorkgroup method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Passwordstring0-{'Description':'If the UserName parameter specifies an account name, the Password parameter must point to the password to use when connecting to the domain controller. Otherwise, this parameter must be NULL. Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. ','In':True}
UserNamestring1-{'Description':'The Username parameter is a pointer to a constant null-terminated character string that specifies the account name to use when connecting to the domain controller. The string must specify either a domain NetBIOS name and user account (for example, "REDMOND\user") or the user principal name (UPN) of the user in the form of an Internet-style login name (for example, "someone@microsoft.com"). If this parameter is NULL, the caller's context is used. Blank password is passed by using an empty string Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt. If Password and Username are left null, the provider does not care. If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. ','In':True}
FUnjoinOptionsuint322-{'BitMap':['2'],'BitValues':['Acct Delete'],'Description':'The FUnjoinOptions parameter specifies the unjoin options. If this parameter is NETSETUP_ACCT_DELETE, the account is disabled when the unjoin occurs. Note that this option does not delete the account. Currently, there are no other unjoin options defined. 2 bit - Acct Delete - Delete the account when a domain is left. The method returns a 0 if no options are involved.','In':True}
Description'The UnjoinDomainOrWorkgroup method un-joins or removes a computer system from a domain or workgroup. This method is only available on Windows 2000 platforms and beyond. The method can return the following values:
0 - Success.
Other - For integer values other than those listed above, refer to Win32 error code documentation.
Password and Username must use a high authentication level (i.e. no less than RPC_C_AUTHN_LEVEL_PKT_PRIVACY) when they connect to winmgmt (i.e. in the call to obtain the IWbemServices interface) or SetProxyBlanket on their IWbemServices ptr. If they are local to winmgmt then this is not a concern because their authentication level is as good as RPC_C_AUTHN_LEVEL_PKT_PRIVACY as well as their client request never goes over the wire to get to the winmgmt.
If Password and Username are left null, the provider does not care.
If the provider determines that the authentication level is too low and a Password or Username has been specified then WBEM_E_ENCRYPTED_CONNECTION_REQUIRED will be returned. '
ImplementedTrue
ValueMap['0', '..']
Values['Success', 'Other']
UnjoinDomainOrWorkgroup method is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces

Derived methods (1) of Win32_ComputerSystem class

SetPowerState method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
PowerStateuint160-{'ValueMap':['1', '2', '3', '4', '5', '6', '7', '8']}
Timedatetime1-
Description'SetPowerState method defines the desired power state of a computer system and its running operating system, and when the system should be put into that state. The PowerState parameter is specified as one of the valid integer values defined for the property, PowerState. The Time parameter (for all state changes but 5, "Power Cycle") indicates when the power state should be set, either as a regular date-time value or as an interval value (where the interval begins when the method invocation is received). When the PowerState parameter is equal to 5, "Power Cycle", the Time parameter indicates when the system should power on again. power off is immediate. SetPowerState should return 0 if successful, 1 if the specified power state and time requests are not supported, and some other value if any other error occurred.'
SetPowerState method is in 106 classes of ROOT\cimv2 and in 14 namespaces

Detailed description of Win32_ComputerSystem properties

Local properties (44) of Win32_ComputerSystem class

AdminPasswordStatus property
CIMTYPE'uint16'
Description'The AdminPasswordStatus property identifies the system-wide hardware security settings for Administrator Password Status.'
MappingStrings['SMBIOS|Type 24|Hardware Security Settings|AdminPasswordStatus']
readTrue
Values['Disabled', 'Enabled', 'Not Implemented', 'Unknown']
AdminPasswordStatus property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
AutomaticManagedPagefile property
CIMTYPE'boolean'
Description'The AutomaticManagedPagefile property determines whether the system managed pagefile is enabled. This capability is notAvailable on windows server 2003,XP and lower versions.
Values: TRUE or FALSE. If TRUE, the automatic managed pagefile is enabled.'
MappingStrings['WMI']
readTrue
writeTrue
AutomaticManagedPagefile property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
AutomaticResetBootOption property
CIMTYPE'boolean'
Description'The AutomaticResetBootOption property determines whether the automatic reset boot option is enabled, i.e. whether the machine will try to reboot after a system failure.
Values: TRUE or FALSE. If TRUE, the automatic reset boot option is enabled.'
MappingStrings['Win32Registry|HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl|AutoReboot']
readTrue
writeTrue
AutomaticResetBootOption property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
AutomaticResetCapability property
CIMTYPE'boolean'
Description'The AutomaticResetCapability property determines whether the auto reboot feature is available with this machine. This capability is available on Windows NT but not on Windows 95.
Values: TRUE or FALSE. If TRUE, the automatic reset is enabled.'
MappingStrings['WMI']
readTrue
AutomaticResetCapability property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
BootOptionOnLimit property
CIMTYPE'uint16'
Description'Boot Option on Limit. Identifies the system action to be taken when the Reset Limit is reached.'
MappingStrings['SMBIOS|Type 23|Capabilites|Boot Option on Limit']
readTrue
Values['Reserved', 'Operating system', 'System utilities', 'Do not reboot']
BootOptionOnLimit property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
BootOptionOnWatchDog property
CIMTYPE'uint16'
Description'The BootOptionOnWatchDog Property indicates the type of re-boot action to be taken after the time on the watchdog timer has elapsed.'
MappingStrings['SMBIOS|Type 23|Capabilities|Boot Option']
readTrue
Values['Reserved', 'Operating system', 'System utilities', 'Do not reboot']
BootOptionOnWatchDog property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
BootROMSupported property
CIMTYPE'boolean'
Description'The BootROMSupported property determines whether a boot ROM is supported.
Values are TRUE or FALSE. If BootROMSupported equals TRUE, then a boot ROM is supported.'
MappingStrings['WMI']
readTrue
BootROMSupported property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
BootupState property
CIMTYPE'string'
Description'The BootupState property specifies how the system was started. Fail-safe boot (also called SafeBoot) bypasses the user's startup files.
Constraints: Must have a value.'
MappingStrings['Win32API|GetSystemMetrics|SM_CLEANBOOT']
readTrue
Values['Normal boot', 'Fail-safe boot', 'Fail-safe with network boot']
BootupState property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
ChassisBootupState property
CIMTYPE'uint16'
Description'The ChassisBootupState property indicates the enclosure's bootup state.'
MappingStrings['SMBIOS|Type 3|Bootup State']
readTrue
ValueMap['1', '2', '3', '4', '5', '6']
Values['Other', 'Unknown', 'Safe', 'Warning', 'Critical', 'Non-recoverable']
ChassisBootupState property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
CurrentTimeZone property
CIMTYPE'sint16'
Description'The CurrentTimeZone property indicates the amount of time the unitary computer system is offset from Coordinated Universal Time.'
MappingStrings['Win32API|Time Structures|TIME_ZONE_INFORMATION|Bias']
readTrue
Units'minutes'
writeTrue
CurrentTimeZone property is in 3 classes of ROOT\cimv2 and in 2 namespaces
DaylightInEffect property
CIMTYPE'boolean'
Description'The DaylightInEffect property specifies if the daylight savings is in effect.
Values: TRUE or FALSE. If TRUE, daylight savings is presently being observed. In most cases this means that the current time is one hour earlier than the standard time.'
MappingStrings['Win32API|Time Functions|GetTimeZoneInformation']
readTrue
DaylightInEffect property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
DNSHostName property
CIMTYPE'string'
Description'The DNSHostName property indicates the DNS host name of the local computer.'
MappingStrings['Win32API|GetComputerNameEx|ComputerNameDnsHostname']
readTrue
DNSHostName property is in 2 classes of ROOT\cimv2 and in 4 namespaces
Domain property
CIMTYPE'string'
Description'The Domain property indicates the name of the domain to which the computer belongs.'
MappingStrings['Win32API|Network Management Structures|WKSTA_INFO_100|wki100_langroup']
readTrue
Domain property is in 8 classes of ROOT\cimv2 and in 142 namespaces
DomainRole property
CIMTYPE'uint16'
Description'The DomainRole property indicates the role this computer plays within its assigned domain-workgroup. The domain-workgroup is a collection of computers on the same network. For example, the DomainRole property may show this computer is a "Member Workstation" (value of [1]).'
MappingStrings['Win32API|Directory Service (Ds) Structures| DSROLE_PRIMARY_DOMAIN_INFO_BASIC|DSROLE_MACHINE_ROLE| MachineRole']
readTrue
Values['Standalone Workstation', 'Member Workstation', 'Standalone Server', 'Member Server', 'Backup Domain Controller', 'Primary Domain Controller']
DomainRole property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
EnableDaylightSavingsTime property
CIMTYPE'boolean'
Description'The EnableDaylightSavingsTime property indicates whether Daylight Savings Time is recognized on this machine. FALSE - time does not move an hour ahead or behind in the year. NULL - the status of DST is unknown on this system'
writeTrue
EnableDaylightSavingsTime property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
FrontPanelResetStatus property
CIMTYPE'uint16'
Description'The FrontPanelResetStatus property identifies the hardware security settings for the reset button on the machine.'
MappingStrings['SMBIOS|Type 24|Hardware Security Settings|FrontPanelResetStatus']
readTrue
Values['Disabled', 'Enabled', 'Not Implemented', 'Unknown']
FrontPanelResetStatus property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
HypervisorPresent property
CIMTYPE'boolean'
Description'The HypervisorPresent property determines whether the system is running under a hypervisor that follows the industry standard convention for reporting a hypervisor is present.
Values: TRUE or FALSE. If TRUE, a hypervisor is present.'
MappingStrings['WMI']
readTrue
HypervisorPresent property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
InfraredSupported property
CIMTYPE'boolean'
Description'The InfraredSupported property determines whether an infrared (IR) port exists on the computer system.
Values are TRUE or FALSE. If InfraredSupported equals TRUE, then an IR port exists.'
MappingStrings['WMI']
readTrue
InfraredSupported property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
KeyboardPasswordStatus property
CIMTYPE'uint16'
Description'The KeyboardPasswordStatus property identifies the system-wide hardware security settings for Keyboard Password Status.'
MappingStrings['SMBIOS|Type 24|Hardware Security Settings|KeyboardPasswordStatus']
readTrue
Values['Disabled', 'Enabled', 'Not Implemented', 'Unknown']
KeyboardPasswordStatus property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
Manufacturer property
CIMTYPE'string'
Description'The Manufacturer property indicates the name of the computer manufacturer.
Example: Acme'
MappingStrings['SMBIOS|Type 1|System Information|Manufacturer']
readTrue
Manufacturer property is in 54 classes of ROOT\cimv2 and in 17 namespaces
Model property
CIMTYPE'string'
Description'The Model property indicates the product name of the computer given by the manufacturer.'
MappingStrings['SMBIOS|Type 1|System Information|Product Name']
readTrue
Model property is in 24 classes of ROOT\cimv2 and in 11 namespaces
NetworkServerModeEnabled property
CIMTYPE'boolean'
Description'The NetworkServerModeEnabled property determines whether Network Server Mode is enabled.
Values: TRUE or FALSE. If TRUE, Network Server Mode is enabled.'
MappingStrings['Win32API|Network Management Structures|SERVER_INFO_101|sv101_type|SV_TYPE_SERVER']
readTrue
NetworkServerModeEnabled property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
NumberOfLogicalProcessors property
CIMTYPE'uint32'
Description'The NumberOfLogicalProcessors property indicates the number of logical processors currently available on the system.'
MappingStrings['WMI']
readTrue
NumberOfLogicalProcessors property is in 2 classes of ROOT\cimv2 and in 5 namespaces
NumberOfProcessors property
CIMTYPE'uint32'
Description'The NumberOfProcessors property indicates the number of physical processors currently available on the system. This is the number of processors whose status is "enabled" - versus simply the number of processors for the computer system. The former can be determined by enumerating the number of processor instances associated with the computer system object, using the Win32_ComputerSystemProcessor association.'
MappingStrings['Win32API|System Information Structures|SYSTEM_INFO|dwNumberOfProcessors']
readTrue
NumberOfProcessors property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 9 namespaces
OEMLogoBitmap property
CIMTYPE'uint8'
Description'The OEMLogoBitmap array holds the data for a bitmap created by the OEM.'
MappingStrings['WMI']
readTrue
OEMLogoBitmap property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
OEMStringArray property
CIMTYPE'string'
Description'This structure contains free form strings defined by the OEM. Examples of this are: Part Numbers for Reference Documents for the system, contact information for the manufacturer, etc.'
MappingStrings['SMBIOS|Type 11|OEM Strings']
readTrue
OEMStringArray property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PartOfDomain property
CIMTYPE'boolean'
Description'The PartOfDomain property indicates whether the computer is part of a domain or workgroup. If TRUE, the computer is part of a domain. If FALSE, the computer is part of a workgroup. If NULL, the computer is not part of a network group, or is unknown.'
MappingStrings['']
readTrue
PartOfDomain property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PauseAfterReset property
CIMTYPE'sint64'
Description'The PauseAfterReset property identifies the time delay before the reboot is initiated. It is used after a system power cycle, system reset (local or remote), and automatic system reset. A value of -1 indicates that the pause value is unknown'
MappingStrings['SMBIOS|Type 23|Timeout']
readTrue
Units'milliseconds'
PauseAfterReset property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PCSystemType property
CIMTYPE'uint16'
Description'The PCSystemType property indicates the nature of the PC a user is working with like Laptop, Desktop, Tablet-PC etc. '
MappingStrings['']
readTrue
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8']
Values['Unspecified', 'Desktop', 'Mobile', 'Workstation', 'Enterprise Server', 'SOHO Server', 'Appliance PC', 'Performance Server', 'Maximum']
PCSystemType property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PCSystemTypeEx property
CIMTYPE'uint16'
MappingStrings['']
readTrue
ValueMap['0', '1', '2', '3', '4', '5', '6', '7', '8', '9']
Values['Unspecified', 'Desktop', 'Mobile', 'Workstation', 'Enterprise Server', 'SOHO Server', 'Appliance PC', 'Performance Server', 'Slate', 'Maximum']
PCSystemTypeEx property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PowerOnPasswordStatus property
CIMTYPE'uint16'
Description'The PowerOnPasswordStatus property identifies the system-wide hardware security settings for Power On Password Status.'
MappingStrings['SMBIOS|Type 24|Hardware Security Settings|PowerOnPasswordStatus']
readTrue
Values['Disabled', 'Enabled', 'Not Implemented', 'Unknown']
PowerOnPasswordStatus property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
PowerSupplyState property
CIMTYPE'uint16'
Description'The PowerSupplyState identifies the state of the enclosure's power supply (or supplies) when last booted.'
MappingStrings['SMBIOS|Type 3|System Enclosure or Chassis|Power Supply State']
readTrue
ValueMap['1', '2', '3', '4', '5', '6']
Values['Other', 'Unknown', 'Safe', 'Warning', 'Critical', 'Non-recoverable']
PowerSupplyState property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
ResetCount property
CIMTYPE'sint16'
Description'The ResetCount property indicates the number of automatic resets since the last intentional reset. A value of -1 indicates that the count is unknown.'
MappingStrings['SMBIOS|Type 23|System Reset|Reset Count']
readTrue
ResetCount property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 4 namespaces
ResetLimit property
CIMTYPE'sint16'
Description'The ResetLimit property indicates the number of consecutive time the system reset will be attempted. A value of -1 indicates that the limit is unknown'
MappingStrings['SMBIOS|Type 23|System Reset| Reset Limit']
readTrue
ResetLimit property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
SupportContactDescription property
CIMTYPE'string'
Description'The SupportContactDescription property is an array that indicates the support contact information for the Win32 computer system.'
MappingStrings['Win32API|GetPrivateProfileString|Support Information']
readTrue
SupportContactDescription property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
SystemStartupDelay property
CIMTYPE'uint16'
DEPRECATEDTrue
Description'The SystemStartupDelay property indicates the time to delay before starting the operating system

Note: The SE_SYSTEM_ENVIRONMENT privilege is required on IA64bit machines. This privilege is not required for 32bit systems.'
MappingStrings['Win32API|GetPrivateProfileInt|Boot Loader|timeout']
Privileges['SeSystemEnvironmentPrivilege']
readTrue
units'seconds'
writeTrue
SystemStartupDelay property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
SystemStartupOptions property
CIMTYPE'string'
DEPRECATEDTrue
Description'The SystemStartupOptions property array indicates the options for starting up the computer system. Note that this property is not writable on IA64 bit machines.
Constraints: Must have a value.

Note: The SE_SYSTEM_ENVIRONMENT privilege is required on IA64bit machines. This privilege is not required for other systems.'
MappingStrings['Win32API|GetPrivateProfileSection|Operating Systems']
Privileges['SeSystemEnvironmentPrivilege']
readTrue
writeTrue
SystemStartupOptions property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
SystemStartupSetting property
CIMTYPE'uint8'
DEPRECATEDTrue
Description'The SystemStartupSetting property indicates the index of the default start profile. This value is 'calculated' so that it usually returns zero (0) because at write-time, the profile string is physically moved to the top of the list. (This is how Windows NT determines which value is the default.)

Note: The SE_SYSTEM_ENVIRONMENT privilege is required on IA64bit machines. This privilege is not required for 32bit systems.'
MappingStrings['WMI']
Privileges['SeSystemEnvironmentPrivilege']
readTrue
writeTrue
SystemStartupSetting property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
SystemType property
CIMTYPE'string'
Description'The SystemType property indicates the type of system running on the Win32 computer.
Constraints: Must have a value'
MappingStrings['Win32API|System Information Structures|SYSTEM_INFO|wProcessorArchitecture']
readTrue
ValueMap['X86-based PC', 'MIPS-based PC', 'Alpha-based PC', 'Power PC', 'SH-x PC', 'StrongARM PC', '64-bit Intel PC', 'x64-based PC', 'Unknown', 'X86-Nec98 PC']
Values['X86-based PC', 'MIPS-based PC', 'Alpha-based PC', 'Power PC', 'SH-x PC', 'StrongARM PC', '64-bit Intel PC', 'x64-based PC', 'Unknown', 'X86-Nec98 PC']
SystemType property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
ThermalState property
CIMTYPE'uint16'
Description'The ThermalState property identifies the enclosure's thermal state when last booted.'
MappingStrings['SMBIOS|Type 3|System Enclosure or Chassis|Thermal State']
readTrue
ValueMap['1', '2', '3', '4', '5', '6']
Values['Other', 'Unknown', 'Safe', 'Warning', 'Critical', 'Non-recoverable']
ThermalState property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
TotalPhysicalMemory property
CIMTYPE'uint64'
Description'The TotalPhysicalMemory property indicates the total size of physical memory.
Example: 67108864'
MappingStrings['Win32API|Memory Management Structures|MEMORYSTATUS|dwTotalPhys']
readTrue
Units'bytes'
TotalPhysicalMemory property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 4 namespaces
UserName property
CIMTYPE'string'
Description'The UserName property indicates the name of the currently-logged-on user.
Constraints: Must have a value.
Example: johnsmith'
MappingStrings['Win32API|System Information Functions|GetUserName']
readTrue
UserName property is in 8 classes of ROOT\cimv2 and in 33 namespaces
WakeUpType property
CIMTYPE'uint16'
Description'The WakeUpType property indicates the event that caused the system to power up.'
MappingStrings['SMBIOS|Type 1|System Information|Wake-up Type']
readTrue
Values['Reserved', 'Other', 'Unknown', 'APM Timer', 'Modem Ring', 'LAN Remote', 'Power Switch', 'PCI PME#', 'AC Power Restored']
WakeUpType property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces
Workgroup property
CIMTYPE'string'
Description'The Workgroup property contains the name of the workgroup. This value is only valid if the PartOfDomain property is FALSE.'
MappingStrings['']
readTrue
writeTrue
Workgroup property is in 1 class (Win32_ComputerSystem) of ROOT\cimv2 and in 2 namespaces

Derived properties (16) of Win32_ComputerSystem class

Caption property
CIMTYPE'string'
Description'The Caption property is a short textual description (one-line string) of the object.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
CreationClassName property
CIM_KeyTrue
CIMTYPE'string'
Description'The CreationClassName property 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.'
readTrue
CreationClassName property is in 178 classes of ROOT\cimv2 and in 20 namespaces
Description property
CIMTYPE'string'
Description'The Description property provides a textual description of the object. '
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
InitialLoadInfo property
CIMTYPE'string'
Description'This object contains the data needed to find either the initial load device (its key) or the boot service to request the operating system to start up. In addition, the load parameters (ie, a pathname and parameters) may also be specified.'
readTrue
InitialLoadInfo property is in 2 classes of ROOT\cimv2 and in 6 namespaces
InstallDate property
CIMTYPE'datetime'
Description'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.'
MappingStrings['MIF.DMTF|ComponentID|001.5']
readTrue
InstallDate property is in 227 classes of ROOT\cimv2 and in 23 namespaces
LastLoadInfo property
CIMTYPE'string'
Description'This object contains the data identifying either the initial load device (its key) or the boot service that requested the last operating system load. In addition, the load parameters (ie, a pathname and parameters) may also be specified.'
readTrue
LastLoadInfo property is in 2 classes of ROOT\cimv2 and in 6 namespaces
Name property
CIMTYPE'string'
Description'The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property.'
keyTrue
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
NameFormat property
CIMTYPE'string'
Description'The CIM_ComputerSystem object and its derivatives are Top Level Objects of CIM. They provide the scope for numerous components. Having unique CIM_System keys is required. A heuristic is defined to create the CIM_ComputerSystem name to attempt to always generate the same name, independent of discovery protocol. This prevents inventory and management problems where the same asset or entity is discovered multiple times, but can not be resolved to a single object. Use of the heuristic is optional, but recommended.

The NameFormat property identifies how the computer system name is generated, using a heuristic. The heuristic is outlined, in detail, in the CIM V2 Common Model specification. It assumes that the documented rules are traversed in order, to determine and assign a name. The NameFormat values list defines the precedence order for assigning the computer system name. Several rules do map to the same Value.

Note that the CIM_ComputerSystem Name calculated using the heuristic is the system's key value. Other names can be assigned and used for the CIM_ComputerSystem that better suit the business, using Aliases.'
readTrue
ValueMap['IP', 'Dial', 'HID', 'NWA', 'HWA', 'X25', 'ISDN', 'IPX', 'DCC', 'ICD', 'E.164', 'SNA', 'OID/OSI', 'Other']
Values['IP', 'Dial', 'HID', 'NWA', 'HWA', 'X25', 'ISDN', 'IPX', 'DCC', 'ICD', 'E.164', 'SNA', 'OID/OSI', 'Other']
NameFormat property is in 6 classes of ROOT\cimv2 and in 21 namespaces
PowerManagementCapabilities property
CIMTYPE'uint16'
Description'Indicates the specific power-related capabilities of a computer system and its associated running operating system. The values, 0="Unknown", 1="Not Supported", and 2="Disabled" are self-explanatory. The value, 3="Enabled" indicates that the power management features are currently enabled but the exact feature set is unknown or the information is unavailable. "Power Saving Modes Entered Automatically" (4) describes that a system can change its power state based on usage or other criteria. "Power State Settable" (5) indicates that the SetPowerState method is supported. "Power Cycling Supported" (6) indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 ("Power Cycle"). "Timed Power On Supported" (7) indicates that the SetPowerState method can be invoked with the PowerState parameter set to 5 ("Power Cycle") and the Time parameter set to a specific date and time, or interval, for power-on.'
MappingStrings['MIF.DMTF|System Power Controls|001.2']
readTrue
Values['Unknown', 'Not Supported', 'Disabled', 'Enabled', 'Power Saving Modes Entered Automatically', 'Power State Settable', 'Power Cycling Supported', 'Timed Power On Supported']
PowerManagementCapabilities property is in 106 classes of ROOT\cimv2 and in 14 namespaces
PowerManagementSupported property
CIMTYPE'boolean'
Description'Boolean indicating that the ComputerSystem, with its running OperatingSystem, supports power management. This boolean does not indicate that power management features are currently enabled, or if enabled, what features are supported. Refer to the PowerManagementCapabilities array for this information. If this boolean is false, the integer value 1 for the string, "Not Supported", should be the only entry in the PowerManagementCapabilities array.'
readTrue
PowerManagementSupported property is in 106 classes of ROOT\cimv2 and in 14 namespaces
PowerState property
CIMTYPE'uint16'
Description'Indicates the current power state of the computer system and its associated operating system. Regarding the power saving states, these are defined as follows: Value 4 (Unknown) indicates that the system is known to be in a power save mode, but its exact status in this mode is unknown; 2 (Low Power Mode) indicates that the system is in a power save state but still functioning, and may exhibit degraded performance; 3 (Standby) describes that the system is not functioning but could be brought to full power 'quickly'; and value 7 (Warning) indicates that the computerSystem is in a warning state, though also in a power save mode.'
readTrue
Values['Unknown', 'Full Power', 'Power Save - Low Power Mode', 'Power Save - Standby', 'Power Save - Unknown', 'Power Cycle', 'Power Off', 'Power Save - Warning', 'Power Save - Hibernate', 'Power Save - Soft Off']
PowerState property is in 2 classes of ROOT\cimv2 and in 6 namespaces
PrimaryOwnerContact property
CIMTYPE'string'
Description'A string that provides information on how the primary system owner can be reached (e.g. phone number, email address, ...).'
readTrue
PrimaryOwnerContact property is in 6 classes of ROOT\cimv2 and in 15 namespaces
PrimaryOwnerName property
CIMTYPE'string'
Description'The name of the primary system owner.'
MaxLen64
readTrue
PrimaryOwnerName property is in 6 classes of ROOT\cimv2 and in 15 namespaces
ResetCapability property
CIMTYPE'uint16'
Description'If enabled (value = 4), the unitary computer system can be reset via hardware (e.g. the power and reset buttons). If disabled (value = 3), hardware reset is not allowed. In addition to Enabled and Disabled, other values for the property are also defined - "Not Implemented" (5), "Other" (1) and "Unknown" (2).'
MappingStrings['MIF.DMTF|System Hardware Security|001.4']
readTrue
ValueMap['1', '2', '3', '4', '5']
Values['Other', 'Unknown', 'Disabled', 'Enabled', 'Not Implemented']
ResetCapability property is in 2 classes of ROOT\cimv2 and in 10 namespaces
Roles property
CIMTYPE'string'
Description'An array (bag) of strings that specify the roles this System plays in the IT-environment. Subclasses of System may override this property to define explicit Roles values. Alternately, a Working Group may describe the heuristics, conventions and guidelines for specifying Roles. For example, for an instance of a networking system, the Roles property might contain the string, 'Switch' or 'Bridge'.'
readTrue
writeTrue
Roles property is in 6 classes of ROOT\cimv2 and in 17 namespaces
Status property
CIMTYPE'string'
Description'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.'
MaxLen10
readTrue
ValueMap['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Values['OK', 'Error', 'Degraded', 'Unknown', 'Pred Fail', 'Starting', 'Stopping', 'Service', 'Stressed', 'NonRecover', 'No Contact', 'Lost Comm']
Status property is in 230 classes of ROOT\cimv2 and in 42 namespaces

Win32_ComputerSystem Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Win32_ComputerSystem class represents a computer system operating in a Win32 environment.'
dynamicTrue
Locale1033
provider'CIMWin32'
SupportsUpdateTrue
UUID'{8502C4B0-5FBB-11D2-AAC1-006008C78BC7}'

Win32_ComputerSystem System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_ComputerSystem'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_UnitaryComputerSystem', 'CIM_ComputerSystem', 'CIM_System', 'CIM_LogicalElement', 'CIM_ManagedSystemElement']___SYSTEM8
__PROPERTY_COUNT60___SYSTEM3
__RELPATH'Win32_ComputerSystem'___SYSTEM8
__DYNASTY'CIM_ManagedSystemElement'___SYSTEM8
__SUPERCLASS'CIM_UnitaryComputerSystem'___SYSTEM8
__CLASS'Win32_ComputerSystem'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_ComputerSystem

Number of classes:67
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
__SystemClass500-40-
__SystemEvent120---
__SystemSecurity0071--
CIM_ApplicationSystem0100---
CIM_ApplicationSystemSoftwareFeature020---
CIM_ComputerSystem1100-1-
CIM_ComputerSystemDMA020---
CIM_ComputerSystemIRQ020---
CIM_ComputerSystemMappedIO020---
CIM_ComputerSystemPackage020---
CIM_ComputerSystemResource420-40-
CIM_FileSystem2190---
CIM_HostedFileSystem020---
CIM_LocalFileSystem0190---
CIM_ManagedSystemElement250-40-
CIM_OperatingSystem1272-1-
CIM_OperatingSystemSoftwareFeature020---
CIM_RemoteFileSystem1190---
CIM_System3100-2-
CIM_SystemComponent1220-40-
CIM_SystemDevice120-40-
CIM_SystemResource450-40-
CIM_UnitaryComputerSystem1161-1-
MSFT_NetBootSystemDriversFailed030---
Win32_ComputerSystemEvent130---
Win32_ComputerSystemProcessor0201---
Win32_ComputerSystemProduct0801---
Win32_ManagedSystemElementResource100-3-
Win32_OperatingSystem06451--
Win32_OperatingSystemAutochkSetting0201---
Win32_OperatingSystemQFE0206---
Win32_PerfFormattedData_Counters_FileSystemDiskActivity0110----
Win32_PerfFormattedData_CsvFsPerfProvider_ClusterCSVFileSystem0670----
Win32_PerfFormattedData_Lsa_SecuritySystemWideStatistics02801--
Win32_PerfFormattedData_PerfOS_System02601--
Win32_PerfFormattedData_SQLSERVERAGENT_SQLAgentSystemJobs0140----
Win32_PerfFormattedData_WindowsWorkflowFoundation4000_WFSystemWorkflow40000300----
Win32_PerfRawData_Counters_FileSystemDiskActivity0110----
Win32_PerfRawData_CsvFsPerfProvider_ClusterCSVFileSystem0730----
Win32_PerfRawData_Lsa_SecuritySystemWideStatistics02801--
Win32_PerfRawData_PerfOS_System02701--
Win32_PerfRawData_SQLSERVERAGENT_SQLAgentSystemJobs0140----
Win32_PerfRawData_WindowsWorkflowFoundation4000_WFSystemWorkflow40000300----
Win32_SystemAccount09025---
Win32_SystemBIOS0201---
Win32_SystemBootConfiguration0201---
Win32_SystemConfigurationChangeEvent030---
Win32_SystemDesktop02016---
Win32_SystemDevices2204040--
Win32_SystemDriver0221040---
Win32_SystemDriverPNPEntity02040---
Win32_SystemEnclosure03711---
Win32_SystemLoadOrderGroups02040---
Win32_SystemMemoryResource2100-40-
Win32_SystemNetworkConnections0204---
Win32_SystemOperatingSystem0301---
Win32_SystemPartitions0201---
Win32_SystemProcesses02040---
Win32_SystemProgramGroups02040---
Win32_SystemResources02040---
Win32_SystemServices02040---
Win32_SystemSetting420-40-
Win32_SystemSlot03105---
Win32_SystemSystemDriver02040---
Win32_SystemTimeZone0201---
Win32_SystemTrace320---
Win32_SystemUsers02013---
comments powered by Disqus
WUtils.com