Created
October 20, 2015 19:57
-
-
Save alx9r/4674154022e12598289f to your computer and use it in GitHub Desktop.
root\cimv2\dell CIM classname listing from a 12th Generation Dell PowerEdge Server running OMSA version 7.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gwmi -Namespace 'root\cimv2\dell' -list | |
| NameSpace: ROOT\cimv2\dell | |
| Name Methods Properties | |
| ---- ------- ---------- | |
| __SystemClass {} {} | |
| __thisNAMESPACE {} {SECURITY_DESCRIPTOR} | |
| __ProviderRegistration {} {provider} | |
| __EventProviderRegistration {} {EventQueryList, provider} | |
| __ObjectProviderRegistration {} {InteractionType, provider, QuerySupportLevels, SupportsBatching...} | |
| __ClassProviderRegistration {} {CacheRefreshInterval, InteractionType, PerUserSchema, provider...} | |
| __InstanceProviderRegistration {} {InteractionType, provider, QuerySupportLevels, SupportsBatching...} | |
| __MethodProviderRegistration {} {provider} | |
| __PropertyProviderRegistration {} {provider, SupportsGet, SupportsPut} | |
| __EventConsumerProviderRegistration {} {ConsumerClassNames, provider} | |
| __NAMESPACE {} {Name} | |
| __IndicationRelated {} {} | |
| __FilterToConsumerBinding {} {Consumer, CreatorSID, DeliverSynchronously, DeliveryQoS...} | |
| __EventConsumer {} {CreatorSID, MachineName, MaximumQueueSize} | |
| __AggregateEvent {} {NumberOfEvents, Representative} | |
| __TimerNextFiring {} {NextEvent64BitTime, TimerId} | |
| __EventFilter {} {CreatorSID, EventAccess, EventNamespace, Name...} | |
| __Event {} {SECURITY_DESCRIPTOR, TIME_CREATED} | |
| __NamespaceOperationEvent {} {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} | |
| __NamespaceModificationEvent {} {PreviousNamespace, SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} | |
| __NamespaceDeletionEvent {} {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} | |
| __NamespaceCreationEvent {} {SECURITY_DESCRIPTOR, TargetNamespace, TIME_CREATED} | |
| __ClassOperationEvent {} {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} | |
| __ClassDeletionEvent {} {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} | |
| __ClassModificationEvent {} {PreviousClass, SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} | |
| __ClassCreationEvent {} {SECURITY_DESCRIPTOR, TargetClass, TIME_CREATED} | |
| __InstanceOperationEvent {} {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} | |
| __InstanceCreationEvent {} {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} | |
| __MethodInvocationEvent {} {Method, Parameters, PreCall, SECURITY_DESCRIPTOR...} | |
| __InstanceModificationEvent {} {PreviousInstance, SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} | |
| __InstanceDeletionEvent {} {SECURITY_DESCRIPTOR, TargetInstance, TIME_CREATED} | |
| __TimerEvent {} {NumFirings, SECURITY_DESCRIPTOR, TIME_CREATED, TimerId} | |
| __ExtrinsicEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} | |
| __SystemEvent {} {SECURITY_DESCRIPTOR, TIME_CREATED} | |
| __EventDroppedEvent {} {Event, IntendedConsumer, SECURITY_DESCRIPTOR, TIME_CREATED} | |
| __EventQueueOverflowEvent {} {CurrentQueueSize, Event, IntendedConsumer, SECURITY_DESCRIPTOR...} | |
| __QOSFailureEvent {} {ErrorCode, ErrorDescription, Event, IntendedConsumer...} | |
| __ConsumerFailureEvent {} {ErrorCode, ErrorDescription, ErrorObject, Event...} | |
| __EventGenerator {} {} | |
| __TimerInstruction {} {SkipIfPassed, TimerId} | |
| __AbsoluteTimerInstruction {} {EventDateTime, SkipIfPassed, TimerId} | |
| __IntervalTimerInstruction {} {IntervalBetweenEvents, SkipIfPassed, TimerId} | |
| __Provider {} {Name} | |
| __Win32Provider {} {ClientLoadableCLSID, CLSID, Concurrency, DefaultMachineName...} | |
| __SystemSecurity {GetSD, GetSecuri... {} | |
| CIM_Indication {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime...} | |
| CIM_ClassIndication {} {ClassDefinition, CorrelatedIndications, IndicationFilterName, IndicationIdentifier...} | |
| CIM_ClassDeletion {} {ClassDefinition, CorrelatedIndications, IndicationFilterName, IndicationIdentifier...} | |
| CIM_ClassCreation {} {ClassDefinition, CorrelatedIndications, IndicationFilterName, IndicationIdentifier...} | |
| CIM_ClassModification {} {ClassDefinition, CorrelatedIndications, IndicationFilterName, IndicationIdentifier...} | |
| CIM_InstIndication {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime...} | |
| CIM_InstCreation {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime...} | |
| CIM_InstModification {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime...} | |
| CIM_InstDeletion {} {CorrelatedIndications, IndicationFilterName, IndicationIdentifier, IndicationTime...} | |
| __NotifyStatus {} {StatusCode} | |
| __ExtendedStatus {} {Description, Operation, ParameterInfo, ProviderName...} | |
| CIM_Error {} {CIMStatusCode, CIMStatusCodeDescription, ErrorSource, ErrorSourceFormat...} | |
| MSFT_WmiError {} {CIMStatusCode, CIMStatusCodeDescription, error_Category, error_Code...} | |
| MSFT_ExtendedStatus {} {CIMStatusCode, CIMStatusCodeDescription, error_Category, error_Code...} | |
| __SecurityRelatedClass {} {} | |
| __Trustee {} {Domain, Name, SID, SidLength...} | |
| __NTLMUser9X {} {Authority, Flags, Mask, Name...} | |
| __ACE {} {AccessMask, AceFlags, AceType, GuidInheritedObjectType...} | |
| __SecurityDescriptor {} {ControlFlags, DACL, Group, Owner...} | |
| __PARAMETERS {} {} | |
| DELL_PostLog {} {LogRecord, RecordNumber} | |
| Dell_CMDevice {} {bus, componentID, device, deviceID...} | |
| Dell_CMInventory {} {local, schemaVersion, systemID} | |
| Dell_CMOS {} {architecture, majorVersion, minorVersion, spMajorVersion...} | |
| DELL_EsmLog {} {EventTime, LogRecord, RecordNumber, Status} | |
| Dell_CMApplication {} {componentType, deviceKey, name, subComponentID...} | |
| Dell_CMDeviceApplication {} {Antecedent, Dependent} | |
| CIM_ManagedSystemElement {} {Caption, Description, InstallDate, Name...} | |
| CIM_PhysicalElement {} {Caption, CreationClassName, Description, InstallDate...} | |
| CIM_PhysicalComponent {} {Caption, CreationClassName, Description, HotSwappable...} | |
| CIM_Chip {} {Caption, CreationClassName, Description, FormFactor...} | |
| CIM_PhysicalMemory {} {BankLabel, Capacity, Caption, CreationClassName...} | |
| CIM_PhysicalPackage {IsCompatible} {Caption, CreationClassName, Depth, Description...} | |
| CIM_Card {IsCompatible} {Caption, CreationClassName, Depth, Description...} | |
| DELL_Baseboard {IsCompatible} {AssetTag, BaseboardType, BaseboardTypeDescString, BoardExpressServiceCode...} | |
| CIM_PhysicalFrame {IsCompatible} {AudibleAlarm, BreachDescription, CableManagementStrategy, Caption...} | |
| CIM_Chassis {IsCompatible} {AudibleAlarm, BreachDescription, CableManagementStrategy, Caption...} | |
| DELL_Chassis {IsCompatible} {AmpStatus, AssetTag, AudibleAlarm, BreachDescription...} | |
| CIM_PhysicalConnector {} {Caption, ConnectorPinout, ConnectorType, CreationClassName...} | |
| CIM_Slot {} {Caption, ConnectorPinout, ConnectorType, CreationClassName...} | |
| CIM_LogicalElement {} {Caption, Description, InstallDate, Name...} | |
| CIM_System {} {Caption, CreationClassName, Description, InstallDate...} | |
| CIM_ComputerSystem {} {Caption, CreationClassName, Dedicated, Description...} | |
| DELL_System {} {Caption, CreationClassName, Dedicated, Description...} | |
| CIM_SoftwareFeature {} {Caption, Description, IdentifyingNumber, InstallDate...} | |
| Dell_SoftwareFeature {} {AgentVersion, Caption, Description, IdentifyingNumber...} | |
| CIM_LogicalDevice {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_Sensor {SetPowerState, R... {Availability, Caption, CreationClassName, CurrentState...} | |
| CIM_DiscreteSensor {SetPowerState, R... {AcceptableValues, Availability, Caption, CreationClassName...} | |
| CIM_NumericSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| DELL_PowerConsumptionAmpsSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| CIM_TemperatureSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| CIM_Tachometer {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| CIM_VoltageSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| CIM_CurrentSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| DELL_PowerConsumptionWattsSensor {SetPowerState, R... {Accuracy, Availability, BaseUnits, Caption...} | |
| CIM_FRU {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_UserDevice {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_Keyboard {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_Display {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_FlatPanel {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_DesktopMonitor {SetPowerState, R... {Availability, Bandwidth, Caption, CreationClassName...} | |
| CIM_PointingDevice {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_AlarmDevice {SetPowerState, R... {AlarmState, AudibleAlarm, AudioIndicatorIsDisabled, Availability...} | |
| DELL_SDCardDevice {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| DELL_ManagedSystemServicesDevice {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| DELL_PowerConsumptionData {SetPowerState, R... {Availability, Caption, cprStartTime, CreationClassName...} | |
| CIM_PowerSupply {SetPowerState, R... {ActiveInputVoltage, Availability, Caption, CreationClassName...} | |
| DELL_PowerProfileData {SetPowerState, R... {Availability, Caption, chassisIndex, CreationClassName...} | |
| CIM_Watchdog {SetPowerState, R... {ActionOnExpiration, Availability, Caption, CreationClassName...} | |
| CIM_CoolingDevice {SetPowerState, R... {ActiveCooling, Availability, Caption, CreationClassName...} | |
| CIM_Fan {SetPowerState, R... {ActiveCooling, Availability, Caption, CreationClassName...} | |
| CIM_Controller {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_PCIController {SetPowerState, R... {Availability, CacheLineSize, Capabilities, CapabilityDescriptions...} | |
| CIM_PCIDevice {SetPowerState, R... {Availability, BaseAddress, CacheLineSize, Capabilities...} | |
| CIM_PCIBridge {SetPowerState, R... {Availability, BaseAddress, BridgeType, CacheLineSize...} | |
| CIM_SerialController {SetPowerState, R... {Availability, Capabilities, CapabilityDescriptions, Caption...} | |
| CIM_ParallelController {SetPowerState, R... {Availability, Capabilities, CapabilityDescriptions, Caption...} | |
| CIM_LogicalPort {SetPowerState, R... {Availability, Caption, CreationClassName, Description...} | |
| CIM_NetworkPort {SetPowerState, R... {ActiveMaximumTransmissionUnit, AutoSense, Availability, Caption...} | |
| DELL_NetworkPort {SetPowerState, R... {ActiveMaximumTransmissionUnit, AutoSense, Availability, BusNumber...} | |
| CIM_StorageExtent {SetPowerState, R... {Access, Availability, BlockSize, Caption...} | |
| CIM_Memory {SetPowerState, R... {Access, AdditionalErrorData, Availability, BlockSize...} | |
| CIM_CacheMemory {SetPowerState, R... {Access, AdditionalErrorData, Associativity, Availability...} | |
| CIM_Processor {SetPowerState, R... {AddressWidth, Availability, Brand, Caption...} | |
| CIM_SystemResource {} {Caption, Description, InstallDate, Name...} | |
| CIM_MemoryMappedIO {} {Caption, CreationClassName, CSCreationClassName, CSName...} | |
| CIM_IRQ {} {Availability, Caption, CreationClassName, CSCreationClassName...} | |
| CIM_DMA {} {AddressSize, Availability, BurstMode, ByteMode...} | |
| CIM_RedundancyGroup {} {Caption, CreationClassName, Description, InstallDate...} | |
| CIM_ExtraCapacityGroup {} {Caption, CreationClassName, Description, InstallDate...} | |
| DELL_FanRedundancyGroup {} {Caption, CreationClassName, Description, InstallDate...} | |
| DELL_PSRedundancyGroup {} {Caption, CreationClassName, Description, InstallDate...} | |
| CIM_SpareGroup {} {Caption, CreationClassName, Description, InstallDate...} | |
| CIM_EnabledLogicalElement {} {Caption, Description, EnabledDefault, EnabledState...} | |
| CIM_ServiceAccessPoint {} {Caption, CreationClassName, Description, EnabledDefault...} | |
| CIM_RemoteServiceAccessPoint {} {AccessInfo, Caption, CreationClassName, Description...} | |
| Dell_RemoteAccessServicePort {} {AccessInfo, AccessInfoIPv4, AccessInfoIPv6, BladeFormFactor...} | |
| CIM_SoftwareElement {} {BuildNumber, Caption, CodeSet, Description...} | |
| CIM_BIOSElement {} {BuildNumber, Caption, CodeSet, Description...} | |
| DELL_Firmware {} {BuildNumber, Caption, CodeSet, Description...} | |
| DELL_BIOSSettings {} {Caption, DellInstanceID, Description, InstallDate...} | |
| DELL_BIOSExtensions {} {Caption, Description, InstallDate, Name...} | |
| CIM_Component {} {GroupComponent, PartComponent} | |
| CIM_SystemComponent {} {GroupComponent, PartComponent} | |
| CIM_ComputerSystemResource {} {GroupComponent, PartComponent} | |
| CIM_ComputerSystemMappedIO {} {GroupComponent, PartComponent} | |
| CIM_ComputerSystemDMA {} {GroupComponent, PartComponent} | |
| CIM_ComputerSystemIRQ {} {GroupComponent, PartComponent} | |
| Dell_CMProductInfo {} {description, name, vendor, version} | |
| CIM_Dependency {} {Antecedent, Dependent} | |
| CIM_PackageCurrentSensor {} {Antecedent, Dependent} | |
| CIM_PackageVoltSensor {} {Antecedent, Dependent} | |
| DELL_PSRedundancy {} {Antecedent, Dependent} | |
| CIM_PackageTempSensor {} {Antecedent, Dependent} | |
| CIM_AssociatedCooling {} {Antecedent, Dependent} | |
| DELL_AssociatedSupplyPCAmps {} {Antecedent, Dependent} | |
| CIM_AssociatedSensor {} {Antecedent, Dependent} | |
| CIM_AssociatedSupplyCurrentSensor {} {Antecedent, Dependent, MonitoringRange} | |
| CIM_AssociatedSupplyVoltageSensor {} {Antecedent, Dependent, MonitoringRange} | |
| CIM_PackageCooling {} {Antecedent, Dependent} | |
| CIM_PackagePowerSupply {} {Antecedent, Dependent} | |
| CIM_AssociatedMemory {} {Antecedent, Dependent} | |
| CIM_AssociatedProcessorMemory {} {Antecedent, BusSpeed, Dependent} | |
| DELL_AssociatedSystemPCWatts {} {Antecedent, Dependent} | |
| CIM_DeviceServiceImplementation {} {Antecedent, Dependent} | |
| CIM_DeviceConnection {} {Antecedent, Dependent, NegotiatedDataWidth, NegotiatedSpeed} | |
| CIM_PackageFanSensor {} {Antecedent, Dependent} | |
| CIM_AllocatedResource {} {Antecedent, Dependent} | |
| CIM_AllocatedDMA {} {Antecedent, BusMaster, Dependent} | |
| DELL_PackageDiscreteSensor {} {Antecedent, Dependent} | |
| DELL_AssociatedSystemPCData {} {Antecedent, Dependent} | |
| DELL_PackagePSRedundancy {} {Antecedent, Dependent} | |
| DELL_FanSensor {} {Antecedent, Dependent} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment