//========================================================================= // // OMCI_SCCM.txt - Sample MOF that maps SMS inventory set to that // provided by the Dell OMCI Provider - version 0001 // for Dell OMCI version 7.6.0.735 // // © 2008 Dell Inc. All rights reserved. // THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT IS // PROVIDED "AS IS" WITHOUT ANY WARRANTY, EXPRESS, IMPLIED OR OTHERWISE, // INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTY OF MERCHANTABILITY OR // FITNESS FOR A PARTICULAR PURPOSE OR ANY WARRANTY REGARDING TITLE OR // AGAINST INFRINGEMENT. IN NO EVENT SHALL DELL BE LIABLE FOR ANY DIRECT, // INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES // (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTUTUTE GOODS OR // SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) // HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, // STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING // IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE // POSSIBILITY OF SUCH DAMAGE. // // This sample MOF is provided as an example only. Dell provides no // technical support with regard to content herein. For more information // on MOF files, refer to applicable documentation. //========================================================================= //=================================================================== // Define Dell classes for inventory reporting //=================================================================== [ SMS_Report(FALSE), SMS_Group_Name("Dell Indication Conf"), SMS_Class_ID("DELL|INDICATIONCONFIGURATION|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IndicationConfiguration : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] boolean LocalOnly; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] boolean PollEnabled; [SMS_Report (FALSE)] uint32 PollingInterval; [SMS_Report (FALSE)] uint32 StartDelay; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell HDD Pwd Conf"), SMS_Class_ID("DELL|HARDDISKDRIVEPASSWORDCONFIGURATION|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_HardDiskDrivePasswordConfiguration : SMS_Class_Template { [SMS_Report (FALSE)] string HDDLocation; [SMS_Report (FALSE)] uint8 HDDPasswordStatus; [SMS_Report (FALSE), Key] string Name; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Configuration"), SMS_Class_ID("DELL|CONFIGURATION|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Configuration : SMS_Class_Template { [SMS_Report (FALSE)] sint32 ACPowerRecoveryMode; [SMS_Report (FALSE)] string BootPassword; [SMS_Report (FALSE)] sint32 BootPasswordVerification; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 EnableDisableBIS; [SMS_Report (FALSE)] sint32 ForcePXEonNextBoot; [SMS_Report (FALSE)] uint32 GlobalDisplaySeverityLevel; [SMS_Report (FALSE)] uint32 GlobalNTEventLogSeverityLevel; [SMS_Report (FALSE)] sint32 GlobalStatus; [SMS_Report (FALSE)] sint32 HDDMinimumCapacity; [SMS_Report (FALSE)] sint32 HDDPercentageThreshold; [SMS_Report (FALSE)] uint32 Infrared; [SMS_Report (FALSE)] sint32 KeyboardErrorReporting; [SMS_Report (FALSE)] sint32 ManagementApplication; [SMS_Report (FALSE)] sint64 MaximumPasswordLength; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] string Password; [SMS_Report (FALSE)] boolean PasswordEncrypted; [SMS_Report (FALSE)] sint32 PasswordStatusLockUnlock; [SMS_Report (FALSE)] sint32 PasswordVerification; [SMS_Report (FALSE)] string PropertyOwnershipTag; [SMS_Report (FALSE)] sint32 RestartSystem; [SMS_Report (FALSE)] sint32 SMBIOSSupported; [SMS_Report (FALSE)] uint64 SystemIDByte; [SMS_Report (FALSE)] sint32 VGADACSnoop; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Sys Mgmt SW"), SMS_Class_ID("DELL|SYSTEMMANAGEMENTSOFTWARE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SystemManagementSoftware : SMS_Class_Template { [SMS_Report (FALSE)] sint32 BuildNumber; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string IdentifyingNumber; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] sint32 PreferredProtocol; [SMS_Report (FALSE)] string Product; [SMS_Report (FALSE), Key] string ProductName; [SMS_Report (FALSE)] sint32 SupportedProtocols; [SMS_Report (FALSE), Key] string Vendor; [SMS_Report (FALSE), Key] string Version; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Port Resource"), SMS_Class_ID("DELL|PORTRESOURCE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PortResource : SMS_Class_Template { [SMS_Report (FALSE)] boolean Alias; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE), Key] string CSCreationClassName; [SMS_Report (FALSE), Key] string CSName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] uint64 EndingAddress; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE), Key] uint64 StartingAddress; [SMS_Report (FALSE)] string Status; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Memory Resource"), SMS_Class_ID("DELL|MEMORYRESOURCE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_MemoryResource : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE), Key] string CSCreationClassName; [SMS_Report (FALSE), Key] string CSName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] uint64 EndingAddress; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string ReadWrite; [SMS_Report (FALSE), Key] uint64 StartingAddress; [SMS_Report (FALSE)] string Status; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell DMA"), SMS_Class_ID("DELL|DMA|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_DMA : SMS_Class_Template { [SMS_Report (FALSE)] uint16 AddressSize; [SMS_Report (FALSE)] uint16 Availability; [SMS_Report (FALSE)] boolean BurstMode; [SMS_Report (FALSE)] uint16 ByteMode; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] uint16 ChannelTiming; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE), Key] string CSCreationClassName; [SMS_Report (FALSE), Key] string CSName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] uint32 DMAChannel; [SMS_Report (FALSE)] uint32 MaxTransferSize; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint32 Port; [SMS_Report (FALSE)] uint16 TransferWidths[]; [SMS_Report (FALSE)] uint16 TypeCTiming; [SMS_Report (FALSE)] uint16 WordMode; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell IRQ"), SMS_Class_ID("DELL|IRQ|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IRQ : SMS_Class_Template { [SMS_Report (FALSE)] uint16 Availability; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE), Key] string CSCreationClassName; [SMS_Report (FALSE), Key] string CSName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] boolean Hardware; [SMS_Report (FALSE), Key] uint32 IRQNumber; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] boolean Shareable; [SMS_Report (FALSE)] uint16 TriggerLevel; [SMS_Report (FALSE)] uint16 TriggerType; [SMS_Report (FALSE)] uint32 Vector; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell BIOS Element"), SMS_Class_ID("DELL|BIOSELEMENT|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_BIOSElement : SMS_Class_Template { [SMS_Report (FALSE)] sint32 BIOSCharacteristics[]; [SMS_Report (FALSE)] string BuildNumber; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string CurrentLanguage; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] string ListOfLanguages[]; [SMS_Report (FALSE)] uint64 LoadedEndingAddress; [SMS_Report (FALSE)] uint64 LoadedStartingAddress; [SMS_Report (FALSE)] string LoadUtilityInformation; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] boolean PrimaryBIOS; [SMS_Report (FALSE)] datetime ReleaseDate; [SMS_Report (FALSE)] sint32 ROMSize; [SMS_Report (FALSE), Key] string SoftwareElementID; [SMS_Report (TRUE), Key] uint16 SoftwareElementState; [SMS_Report (FALSE), Key] uint16 TargetOperatingSystem; [SMS_Report (FALSE), Key] string Version; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Vid BIOS Element"), SMS_Class_ID("DELL|VIDEOBIOSELEMENT|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_VideoBIOSElement : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] boolean IsShadowed; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] datetime ReleaseDate; [SMS_Report (FALSE), Key] string SoftwareElementID; [SMS_Report (FALSE), Key] uint16 SoftwareElementState; [SMS_Report (FALSE), Key] uint16 TargetOperatingSystem; [SMS_Report (FALSE), Key] string Version; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell System Summary"), SMS_Class_ID("DELL|SYSTEMSUMMARY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SystemSummary : SMS_Class_Template { [SMS_Report (TRUE)] string AssetTag; [SMS_Report (TRUE)] datetime BIOSDate; [SMS_Report (TRUE)] string BIOSVersion; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] string Location; [SMS_Report (FALSE), Key] string Name; [SMS_Report (TRUE)] sint32 OperatingSystem; [SMS_Report (FALSE)] boolean PowerManagementSupported; [SMS_Report (FALSE)] string PrimaryOwnerContact; [SMS_Report (FALSE)] string PrimaryOwnerName; [SMS_Report (FALSE)] sint32 ProcessorSpeed; [SMS_Report (FALSE)] sint32 ProcessorType; [SMS_Report (TRUE)] string ServiceTag; [SMS_Report (TRUE)] string Status; [SMS_Report (TRUE)] sint32 SystemClass; [SMS_Report (TRUE)] string SystemDescription; [SMS_Report (TRUE)] string SystemName; [SMS_Report (FALSE)] string SystemVendor; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Operating System"), SMS_Class_ID("DELL|OPERATINGSYSTEM|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_OperatingSystem : SMS_Class_Template { [SMS_Report (FALSE)] string BootDevice; [SMS_Report (TRUE)] string BuildNumber; [SMS_Report (TRUE)] string BuildType; [SMS_Report (TRUE)] string Caption; [SMS_Report (FALSE)] string CodeSet; [SMS_Report (FALSE)] string CountryCode; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE), Key] string CSCreationClassName; [SMS_Report (FALSE), Key] string CSName; [SMS_Report (FALSE)] boolean Debug; [SMS_Report (FALSE)] string Description; [SMS_Report (TRUE)] uint64 FreePhysicalMemory; [SMS_Report (TRUE)] uint64 FreeSpaceInPagingFiles; [SMS_Report (TRUE)] uint64 FreeVirtualMemory; [SMS_Report (TRUE)] datetime InstallDate; [SMS_Report (TRUE)] datetime LastBootUpTime; [SMS_Report (TRUE)] datetime LocalDateTime; [SMS_Report (TRUE)] string Locale; [SMS_Report (TRUE)] string Manufacturer; [SMS_Report (FALSE)] uint32 MaxNumberOfProcesses; [SMS_Report (FALSE)] uint64 MaxProcessMemorySize; [SMS_Report (FALSE), Key] string Name; [SMS_Report (TRUE)] uint32 NumberOfProcesses; [SMS_Report (TRUE)] uint32 NumberOfUsers; [SMS_Report (FALSE)] string Organization; [SMS_Report (FALSE)] uint32 OSLanguage; [SMS_Report (FALSE)] uint16 OSType; [SMS_Report (FALSE)] boolean Primary; [SMS_Report (FALSE)] string RegisteredUser; [SMS_Report (FALSE)] string SerialNumber; [SMS_Report (FALSE)] uint16 ServicePackMajorVersion; [SMS_Report (FALSE)] uint16 ServicePackMinorVersion; [SMS_Report (FALSE)] uint64 SizeStoredInPagingFiles; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE)] string SystemDevice; [SMS_Report (TRUE)] string SystemDirectory; [SMS_Report (FALSE)] uint64 TotalVirtualMemorySize; [SMS_Report (TRUE)] uint64 TotalVisibleMemorySize; [SMS_Report (TRUE)] string Version; [SMS_Report (FALSE)] string WindowsDirectory; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Fan"), SMS_Class_ID("DELL|FAN|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Fan : SMS_Class_Template { [SMS_Report (FALSE)] boolean ActiveCooling; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] sint32 CoolingDeviceType; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] uint64 DesiredSpeed; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string Name; [SMS_Report (TRUE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] boolean VariableSpeed; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Cache Memory"), SMS_Class_ID("DELL|CACHEMEMORY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_CacheMemory : SMS_Class_Template { [SMS_Report (FALSE)] uint16 Associativity; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] uint16 CurrentSRAM[]; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] uint16 Level; [SMS_Report (FALSE)] uint16 Location; [SMS_Report (FALSE)] uint32 MaxCacheSize; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 SupportedSRAM[]; [SMS_Report (FALSE)] sint32 SystemCacheErrorCorrection; [SMS_Report (FALSE)] sint32 SystemCacheSize; [SMS_Report (FALSE)] sint32 SystemCacheSpeed; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] uint16 WritePolicy; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Memory"), SMS_Class_ID("DELL|MEMORY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Memory : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] boolean CorrectableError; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 DeviceErrorAddress; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] uint64 EndingAddress; [SMS_Report (FALSE)] uint16 ErrorAccess; [SMS_Report (FALSE)] uint64 ErrorAddress; [SMS_Report (FALSE)] sint32 ErrorGranularity; [SMS_Report (FALSE)] uint16 ErrorInfo; [SMS_Report (FALSE)] string ErrorMethodology; [SMS_Report (FALSE)] uint64 ErrorResolution; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 PartitionWidth; [SMS_Report (FALSE)] uint64 StartingAddress; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] string VendorSyndrome; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Logical Disk"), SMS_Class_ID("DELL|LOGICALDISK|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_LogicalDisk : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] boolean Compressed; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string FileSystem; [SMS_Report (FALSE)] sint64 FreeSpace; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string Path; [SMS_Report (FALSE)] sint64 Size; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Type; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Disk Partition"), SMS_Class_ID("DELL|DISKPARTITION|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_DiskPartition : SMS_Class_Template { [SMS_Report (FALSE)] boolean BootPartition; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint64 Size; [SMS_Report (FALSE)] uint64 StartingOffset; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] string Type; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Network Adapter"), SMS_Class_ID("DELL|NETWORKADAPTER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_NetworkAdapter : SMS_Class_Template { [SMS_Report (TRUE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (TRUE)] string CurrentNetworkAddress; [SMS_Report (FALSE)] string Description; [SMS_Report (TRUE), Key] string DeviceID; [SMS_Report (FALSE)] datetime InstallDate; [SMS_Report (TRUE)] string Manufacturer; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string NetworkToplogy; [SMS_Report (FALSE)] string PermanentAddress; [SMS_Report (TRUE)] string Product; [SMS_Report (TRUE)] string ServiceName; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] datetime TimeOfLastReset; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Pointing Device"), SMS_Class_ID("DELL|POINTINGDEVICE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PointingDevice : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string HardwareType; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint8 NumberOfButtons; [SMS_Report (FALSE)] sint32 PointingInterface; [SMS_Report (FALSE)] uint16 PointingType; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Keyboard"), SMS_Class_ID("DELL|KEYBOARD|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Keyboard : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string Layout; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Monitor"), SMS_Class_ID("DELL|MONITOR|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Monitor : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string ManufactureDate; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string Product; [SMS_Report (FALSE)] boolean StandbyModeSupported; [SMS_Report (FALSE)] boolean SuspendModeSupported; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] boolean VeryLowPowerSupported; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Flat Panel"), SMS_Class_ID("DELL|FLATPANEL|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_FlatPanel : SMS_Class_Template { [SMS_Report (FALSE)] sint32 Brightness; [SMS_Report (FALSE)] sint32 BuiltIn; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] sint32 Contrast; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] uint16 DisplayType; [SMS_Report (FALSE)] uint32 HorizontalResolution; [SMS_Report (FALSE)] uint16 LightSource; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 ScanMode; [SMS_Report (FALSE)] boolean SupportsColor; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] uint32 VerticalResolution; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Voltage Sensor"), SMS_Class_ID("DELL|VOLTAGESENSOR|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_VoltageSensor : SMS_Class_Template { [SMS_Report (FALSE)] sint32 Accuracy; [SMS_Report (FALSE)] uint16 BaseUnits; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] sint32 CurrentReading; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] sint32 Location; [SMS_Report (FALSE)] sint32 LowerThresholdCritical; [SMS_Report (FALSE)] sint32 LowerThresholdFatal; [SMS_Report (FALSE)] sint32 LowerThresholdNonCritical; [SMS_Report (FALSE)] sint32 MaxReadable; [SMS_Report (FALSE)] sint32 MinReadable; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 NominalReading; [SMS_Report (FALSE)] sint32 NormalMax; [SMS_Report (FALSE)] sint32 NormalMin; [SMS_Report (FALSE)] uint16 RateUnits; [SMS_Report (FALSE)] uint32 Resolution; [SMS_Report (FALSE)] uint16 SensorType; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Tolerance; [SMS_Report (FALSE)] sint32 UnitModifier; [SMS_Report (FALSE)] sint32 UpperThresholdCritical; [SMS_Report (FALSE)] sint32 UpperThresholdFatal; [SMS_Report (FALSE)] sint32 UpperThresholdNonCritical; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Temp Sensor"), SMS_Class_ID("DELL|TEMPERATURESENSOR|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_TemperatureSensor : SMS_Class_Template { [SMS_Report (FALSE)] sint32 Accuracy; [SMS_Report (FALSE)] uint16 BaseUnits; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] sint32 CurrentReading; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string Location; [SMS_Report (FALSE)] sint32 LowerThresholdCritical; [SMS_Report (FALSE)] sint32 LowerThresholdFatal; [SMS_Report (FALSE)] sint32 LowerThresholdNonCritical; [SMS_Report (FALSE)] sint32 MaxReadable; [SMS_Report (FALSE)] sint32 MinReadable; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 NominalReading; [SMS_Report (FALSE)] sint32 NormalMax; [SMS_Report (FALSE)] sint32 NormalMin; [SMS_Report (FALSE)] uint16 RateUnits; [SMS_Report (FALSE)] uint32 Resolution; [SMS_Report (FALSE)] uint16 SensorType; [SMS_Report (TRUE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Tolerance; [SMS_Report (FALSE)] sint32 UnitModifier; [SMS_Report (FALSE)] sint32 UpperThresholdCritical; [SMS_Report (FALSE)] sint32 UpperThresholdFatal; [SMS_Report (FALSE)] sint32 UpperThresholdNonCritical; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Current Sensor"), SMS_Class_ID("DELL|CURRENTSENSOR|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_CurrentSensor : SMS_Class_Template { [SMS_Report (FALSE)] sint32 Accuracy; [SMS_Report (FALSE)] uint16 BaseUnits; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] sint32 CurrentReading; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] sint32 Location; [SMS_Report (FALSE)] sint32 LowerThresholdCritical; [SMS_Report (FALSE)] sint32 LowerThresholdFatal; [SMS_Report (FALSE)] sint32 LowerThresholdNonCritical; [SMS_Report (FALSE)] sint32 MaxReadable; [SMS_Report (FALSE)] sint32 MinReadable; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 NominalReading; [SMS_Report (FALSE)] sint32 NormalMax; [SMS_Report (FALSE)] sint32 NormalMin; [SMS_Report (FALSE)] uint16 RateUnits; [SMS_Report (FALSE)] uint32 Resolution; [SMS_Report (FALSE)] uint16 SensorType; [SMS_Report (TRUE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Tolerance; [SMS_Report (FALSE)] sint32 UnitModifier; [SMS_Report (FALSE)] sint32 UpperThresholdCritical; [SMS_Report (FALSE)] sint32 UpperThresholdFatal; [SMS_Report (FALSE)] sint32 UpperThresholdNonCritical; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell SCSI Controller"), SMS_Class_ID("DELL|SCSICONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SCSIController : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string DeviceMap; [SMS_Report (FALSE)] string DriverName; [SMS_Report (FALSE)] string HardwareVersion; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 ProtocolSupported; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE)] uint16 StatusInfo; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell USB Controller"), SMS_Class_ID("DELL|USBCONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_USBController : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] datetime InstallDate; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 ProtocolSupported; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Serial Ctrlr"), SMS_Class_ID("DELL|SERIALCONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SerialController : SMS_Class_Template { [SMS_Report (FALSE)] sint32 BaseIOAddress; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] sint32 IRQUsed; [SMS_Report (FALSE)] string LogicalName; [SMS_Report (FALSE)] uint32 MaxBaudRate; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 Security; [SMS_Report (FALSE)] sint32 SerialPortCapabilities; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Type; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Video Controller"), SMS_Class_ID("DELL|VIDEOCONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_VideoController : SMS_Class_Template { [SMS_Report (FALSE)] string AdapterCompatibility; [SMS_Report (FALSE)] string AdapterDACType; [SMS_Report (FALSE)] uint32 AdapterRAM; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] uint32 CurrentBitsPerPixel; [SMS_Report (FALSE)] uint32 CurrentHorizontalResolution; [SMS_Report (FALSE)] uint32 CurrentNumberOfColumns; [SMS_Report (FALSE)] uint32 CurrentNumberOfRows; [SMS_Report (FALSE)] uint32 CurrentRefreshRate; [SMS_Report (FALSE)] uint16 CurrentScanMode; [SMS_Report (FALSE)] uint32 CurrentVerticalResolution; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] datetime DriverDate; [SMS_Report (FALSE)] string DriverVersion; [SMS_Report (FALSE)] string InstalledDisplayDrivers; [SMS_Report (FALSE)] uint32 MaxMemorySupported; [SMS_Report (FALSE)] uint32 MaxRefreshRate; [SMS_Report (FALSE)] uint32 MinRefreshRate; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] uint16 VideoArchitecture; [SMS_Report (FALSE)] uint16 VideoMemoryType; [SMS_Report (FALSE)] uint16 VideoMode; [SMS_Report (FALSE)] string VideoModeDescription; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell PCI Bridge"), SMS_Class_ID("DELL|PCIBRIDGE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PCIBridge : SMS_Class_Template { [SMS_Report (FALSE)] uint32 BaseAddress[]; [SMS_Report (FALSE)] uint16 BridgeType; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] uint8 IOBase; [SMS_Report (FALSE)] uint16 IOBaseUpper16; [SMS_Report (FALSE)] uint8 IOLimit; [SMS_Report (FALSE)] uint16 IOLimitUpper16; [SMS_Report (FALSE)] uint16 MemoryBase; [SMS_Report (FALSE)] uint16 MemoryLimit; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 PCIDeviceID; [SMS_Report (FALSE)] uint16 PCIVendorID; [SMS_Report (FALSE)] uint32 PrefetchBaseUpper32; [SMS_Report (FALSE)] uint32 PrefetchLimitUpper32; [SMS_Report (FALSE)] uint16 PrefetchMemoryBase; [SMS_Report (FALSE)] uint16 PrefetchMemoryLimit; [SMS_Report (FALSE)] uint8 PrimaryBusNumber; [SMS_Report (FALSE)] uint16 SecondaryBusDeviceSelectTiming; [SMS_Report (FALSE)] uint8 SecondaryLatencyTimer; [SMS_Report (FALSE)] uint16 SecondaryStatusRegister; [SMS_Report (FALSE)] uint8 SecondayBusNumber; [SMS_Report (FALSE)] uint8 SubordinateBusNumber; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell PCI Device"), SMS_Class_ID("DELL|PCIDEVICE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PCIDevice : SMS_Class_Template { [SMS_Report (FALSE)] uint32 BaseAddress[]; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] uint8 MaxLatency; [SMS_Report (FALSE)] uint8 MinGrantTime; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 PCIDeviceID; [SMS_Report (FALSE)] uint16 PCIVendorID; [SMS_Report (FALSE)] uint16 SubsystemID; [SMS_Report (FALSE)] uint16 SubsystemVendorID; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell IR Controller"), SMS_Class_ID("DELL|INFRAREDCONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_InfraredController : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] sint32 EnableState; [SMS_Report (FALSE)] sint32 LimitSpeedEnable; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string PhysicalPortName; [SMS_Report (FALSE)] uint16 ProtocolSupported; [SMS_Report (FALSE)] sint32 SpeedLimit; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] string VirtualCOMPortName; [SMS_Report (FALSE)] string VirtualLPTPortName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Parallel Ctrlr"), SMS_Class_ID("DELL|PARALLELCONTROLLER|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_ParallelController : SMS_Class_Template { [SMS_Report (FALSE)] sint32 BaseIOAddress; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] boolean DMASupport; [SMS_Report (FALSE)] sint32 IRQUsed; [SMS_Report (FALSE)] string LogicalName; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint32 ParallelPortCapabilities; [SMS_Report (FALSE)] sint32 Pinout; [SMS_Report (FALSE)] uint16 Security; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] sint32 Type; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Processor"), SMS_Class_ID("DELL|PROCESSOR|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Processor : SMS_Class_Template { [SMS_Report (TRUE)] string Caption; [SMS_Report (TRUE)] uint16 CPUStatus; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (TRUE)] uint32 CurrentClockSpeed; [SMS_Report (FALSE)] string Description; [SMS_Report (TRUE), Key] string DeviceID; [SMS_Report (TRUE)] uint16 Family; [SMS_Report (TRUE)] string Manufacturer; [SMS_Report (TRUE)] uint32 MaxClockSpeed; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint64 ProcessorID; [SMS_Report (TRUE)] string Role; [SMS_Report (TRUE)] string SocketDesignation; [SMS_Report (FALSE)] string Stepping; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] string UniqueID; [SMS_Report (TRUE)] uint16 UpgradeMethod; [SMS_Report (TRUE)] string Version; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Battery"), SMS_Class_ID("DELL|BATTERY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Battery : SMS_Class_Template { [SMS_Report (FALSE)] uint16 BatteryStatus; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] uint16 Chemistry; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] uint32 DesignCapacity; [SMS_Report (FALSE)] uint64 DesignVoltage; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] uint16 EstimatedChargeRemaining; [SMS_Report (FALSE)] uint32 EstimatedRunTime; [SMS_Report (FALSE)] uint32 FullChargeCapacity; [SMS_Report (FALSE)] string Location; [SMS_Report (FALSE)] datetime ManufactureDate; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] sint32 MaximumError; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 RemainingCapacity; [SMS_Report (FALSE)] string SerialNumber; [SMS_Report (FALSE)] string SmartBatteryVersion; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] uint32 TimeToFullCharge; [SMS_Report (FALSE)] uint64 TotalPowerOnHours; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell SMART Drive"), SMS_Class_ID("DELL|SMARTDRIVE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SMARTDrive : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string FirmwareRevision; [SMS_Report (FALSE)] string ModelNumber; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string SerialNumber; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Disk Drive"), SMS_Class_ID("DELL|DISKDRIVE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_DiskDrive : SMS_Class_Template { [SMS_Report (FALSE)] uint32 BytesPerSector; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string DeviceID; [SMS_Report (FALSE)] string InterfaceDescription; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] sint32 MediaLoaded; [SMS_Report (FALSE)] string MediaType; [SMS_Report (FALSE)] string Model; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 Partitions; [SMS_Report (FALSE)] uint64 PhysicalCylinders; [SMS_Report (FALSE)] sint32 PhysicalHeads; [SMS_Report (FALSE)] sint32 PhysicalSectorsPerTrack; [SMS_Report (FALSE)] string Status; [SMS_Report (FALSE), Key] string SystemCreationClassName; [SMS_Report (FALSE), Key] string SystemName; [SMS_Report (FALSE)] uint64 TotalPhysicalSize; [SMS_Report (FALSE)] uint64 TotalSectors; [SMS_Report (FALSE)] uint64 TotalTracks; [SMS_Report (FALSE)] uint32 TracksPerCylinder; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Physical Memory"), SMS_Class_ID("DELL|PHYSICALMEMORY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PhysicalMemory : SMS_Class_Template { [SMS_Report (FALSE)] string AssetTag; [SMS_Report (FALSE)] string BankLabel; [SMS_Report (TRUE)] uint64 Capacity; [SMS_Report (TRUE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (TRUE)] uint16 DataWidth; [SMS_Report (FALSE)] string Description; [SMS_Report (TRUE)] string DeviceLocator; [SMS_Report (TRUE)] uint16 FormFactor; [SMS_Report (TRUE)] string Manufacturer; [SMS_Report (FALSE)] sint32 MemoryArrayHandle; [SMS_Report (TRUE)] uint16 MemoryType; [SMS_Report (FALSE)] string Name; [SMS_Report (TRUE)] string PartNumber; [SMS_Report (TRUE)] string SerialNumber; [SMS_Report (TRUE)] uint32 Speed; [SMS_Report (FALSE), Key] string Tag; [SMS_Report (TRUE)] uint16 TotalWidth; [SMS_Report (TRUE)] sint32 TypeDetail; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Slot"), SMS_Class_ID("DELL|SLOT|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Slot : SMS_Class_Template { [SMS_Report (TRUE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (TRUE)] sint32 CurrentUsage; [SMS_Report (FALSE)] string Description; [SMS_Report (TRUE)] uint16 MaxDataWidth; [SMS_Report (FALSE)] string Model; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] uint16 Number; [SMS_Report (TRUE)] boolean PMESignal; [SMS_Report (FALSE)] boolean PoweredOn; [SMS_Report (FALSE)] boolean Shared; [SMS_Report (TRUE)] string SlotDesignation; [SMS_Report (TRUE)] string Status; [SMS_Report (FALSE)] boolean SupportsHotPlug; [SMS_Report (TRUE), Key] string Tag; [SMS_Report (FALSE)] uint32 ThermalRating; [SMS_Report (TRUE)] uint16 VccMixedVoltageSupport[]; [SMS_Report (FALSE)] uint16 VppMixedVoltageSupport[]; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Physical Mem Arr"), SMS_Class_ID("DELL|PHYSICALMEMORYARRAY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PhysicalMemoryArray : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 Location; [SMS_Report (FALSE)] sint32 MaximumCapacity; [SMS_Report (FALSE)] sint32 MemoryDeviceSockets; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE), Key] string Tag; [SMS_Report (FALSE)] sint32 Use; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Device Bay"), SMS_Class_ID("DELL|DEVICEBAY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_DeviceBay : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] string DeviceBayLocation; [SMS_Report (FALSE)] sint32 DeviceBayType; [SMS_Report (FALSE)] string DeviceCurrentAttached; [SMS_Report (FALSE)] string DeviceSupported; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE), Key] string Tag; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell PC Card"), SMS_Class_ID("DELL|PCCARD|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PCCard : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] boolean HostingBoard; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] sint32 PCCardFunction; [SMS_Report (FALSE)] string PCCardNameAndVersion; [SMS_Report (FALSE), Key] string Tag; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell Chassis"), SMS_Class_ID("DELL|CHASSIS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Chassis : SMS_Class_Template { [SMS_Report (FALSE)] string AssetTag; [SMS_Report (FALSE)] sint32 BootupState; [SMS_Report (FALSE)] string BreachDescription; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] uint16 ChassisTypes[]; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] string GlobalPlatformID; [SMS_Report (FALSE)] string Location; [SMS_Report (FALSE)] boolean LockPresent; [SMS_Report (FALSE)] datetime ManufactureDate; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] string Model; [SMS_Report (FALSE)] string Name; [SMS_Report (TRUE)] sint32 PowerState; [SMS_Report (FALSE)] uint16 SecurityBreach; [SMS_Report (FALSE)] string SerialNumber; [SMS_Report (FALSE), Key] string Tag; [SMS_Report (TRUE)] sint32 ThermalState; [SMS_Report (FALSE)] string TypeDescriptions[]; [SMS_Report (FALSE)] string Version; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Docking"), SMS_Class_ID("DELL|DOCKING|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Docking : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] string CreationClassName; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 DockingStationCapabilities; [SMS_Report (FALSE)] sint32 DockingStationNetworkStatus; [SMS_Report (FALSE)] sint32 DockingStationSCSIStatus; [SMS_Report (FALSE)] sint32 DockingStationType; [SMS_Report (FALSE)] sint32 DockingUndockingSequence; [SMS_Report (FALSE)] string Manufacturer; [SMS_Report (FALSE)] string Name; [SMS_Report (FALSE)] string SerialNumber; [SMS_Report (FALSE), Key] string Tag; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Intel vPro Conf"), SMS_Class_ID("DELL|INTELVPROSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IntelvProSettings : SMS_Class_Template { [SMS_Report (FALSE)] uint16 BIOSSupportedMaximumVAVersion; [SMS_Report (FALSE)] boolean CPUSupportsVTx; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] uint8 IntelAMTFWSupport; [SMS_Report (FALSE)] uint8 IntelASFFWSupport; [SMS_Report (FALSE)] uint8 IntelQSTFWSupport; [SMS_Report (FALSE)] uint8 LTTXTCapability; [SMS_Report (FALSE)] uint8 LTTXTEnabledState; [SMS_Report (FALSE)] uint8 MCHSupportForVTd; [SMS_Report (FALSE)] boolean MCHSupportsTXT; [SMS_Report (FALSE)] uint16 MEFWBuildNumber; [SMS_Report (FALSE)] uint16 MEFWHotfixNumber; [SMS_Report (FALSE)] uint16 MEFWMajorVersion; [SMS_Report (FALSE)] uint16 MEFWMinorVersion; [SMS_Report (FALSE)] uint8 MEState; [SMS_Report (FALSE)] uint8 SMXState; [SMS_Report (FALSE)] boolean SPIFlashhasPlatformDataRegionReserved; [SMS_Report (FALSE)] boolean SupportsMEinBIOSSetup; [SMS_Report (FALSE)] boolean SupportsTPMinBIOSSetup; [SMS_Report (FALSE)] boolean SupportsTPMOnBoard; [SMS_Report (FALSE)] boolean SupportsTXTinBIOSSetup; [SMS_Report (FALSE)] boolean SupportsVAExtensions; [SMS_Report (FALSE)] boolean SupportsVTdinBIOSSetup; [SMS_Report (FALSE)] boolean SupportsVTxinBIOSSetup; [SMS_Report (FALSE)] uint8 TPMDesignedforTCGSpecMajorVersion; [SMS_Report (FALSE)] uint8 TPMDesignedforTCGSpecMinorVersion; [SMS_Report (FALSE)] uint8 TPMState; [SMS_Report (FALSE)] uint8 TXTStateInMCH; [SMS_Report (FALSE)] uint8 VMXState; [SMS_Report (FALSE)] uint8 VTdState; [SMS_Report (FALSE)] uint8 VTxState; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell System Reset"), SMS_Class_ID("DELL|SYSTEMRESET|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SystemReset : SMS_Class_Template { [SMS_Report (FALSE)] sint32 AutomaticSystemResetBootOption; [SMS_Report (FALSE)] sint32 AutomaticSystemResetCapability; [SMS_Report (FALSE)] sint32 AutomaticSystemResetCount; [SMS_Report (FALSE)] sint32 AutomaticSystemResetLimit; [SMS_Report (FALSE)] sint32 AutomaticSystemResetStatus; [SMS_Report (FALSE)] sint32 AutomaticSystemResetTimer; [SMS_Report (FALSE)] sint32 AutomaticSystemResetTimerInterval; [SMS_Report (FALSE)] sint32 AutomaticSystemResetTimerReset; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] string SettingID; [SMS_Report (FALSE)] sint32 SystemResetBootOption; [SMS_Report (FALSE)] sint32 SystemResetBootOptionAtLimit; [SMS_Report (FALSE)] sint32 SystemResetTimeOut; }; [ SMS_Report(TRUE), SMS_Group_Name("Dell SMBIOS Settings"), SMS_Class_ID("DELL|SMBIOSSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_SMBIOSsettings : SMS_Class_Template { [SMS_Report (FALSE)] sint32 AGPSlot; [SMS_Report (FALSE)] sint32 AmbientLightSensor; [SMS_Report (FALSE)] sint32 ASFMode; [SMS_Report (FALSE)] sint32 AudioMode; [SMS_Report (FALSE)] sint32 AutoOn; [SMS_Report (FALSE)] sint32 AutoOnHour; [SMS_Report (FALSE)] sint32 AutoOnMinute; [SMS_Report (FALSE)] sint32 BluetoothDevices; [SMS_Report (FALSE)] sint32 BootSequence; [SMS_Report (FALSE)] sint32 BuiltinFloppy; [SMS_Report (FALSE)] sint32 BuiltinNIC; [SMS_Report (FALSE)] sint32 BuiltinNIC2; [SMS_Report (FALSE)] sint32 BuiltinPointingDevice; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] sint32 CellularRadio; [SMS_Report (FALSE)] sint32 Charger; [SMS_Report (FALSE)] sint32 ChassisIntrusion; [SMS_Report (TRUE)] sint32 ChassisIntrusionStatus; [SMS_Report (FALSE)] sint32 ClearSystemEventLog; [SMS_Report (FALSE)] sint32 CoolAndQuiet; [SMS_Report (FALSE)] sint32 CPUVirtualization; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 ESataPorts; [SMS_Report (FALSE)] sint32 ExpressCharge; [SMS_Report (FALSE)] sint32 ExternalHotkey; [SMS_Report (FALSE)] sint32 FastBoot; [SMS_Report (FALSE)] sint32 HardDiskAcousticMode; [SMS_Report (FALSE)] sint32 HardDiskFailover; [SMS_Report (FALSE)] sint32 HotDocking; [SMS_Report (FALSE)] sint32 Hyperthreading; [SMS_Report (FALSE)] sint32 IDEController; [SMS_Report (FALSE)] sint32 IntegratedAudio; [SMS_Report (FALSE)] sint32 IntegratedRAIDController; [SMS_Report (FALSE)] sint32 IntegratedSASController; [SMS_Report (FALSE)] sint32 IntegratedSATAController; [SMS_Report (FALSE)] sint32 IntegratedUSBHub; [SMS_Report (FALSE)] sint32 InternalMiniPCI; [SMS_Report (FALSE)] sint32 KeyboardIllumination; [SMS_Report (FALSE)] sint32 Keypad; [SMS_Report (FALSE)] sint32 LimitCPUIDValue; [SMS_Report (FALSE)] sint32 LowPowerS5; [SMS_Report (FALSE)] sint32 MediaCardAnd1394; [SMS_Report (FALSE)] sint32 Microphone; [SMS_Report (FALSE)] sint32 ModuleBayDevice; [SMS_Report (FALSE)] sint32 MonitorToggling; [SMS_Report (FALSE)] sint32 MultiCore; [SMS_Report (FALSE)] sint32 NMIButton; [SMS_Report (FALSE)] sint32 NodeInterleave; [SMS_Report (FALSE)] sint32 NoExecute; [SMS_Report (FALSE)] sint32 NumLock; [SMS_Report (FALSE)] sint32 Onboard1394; [SMS_Report (FALSE)] sint32 OnboardModem; [SMS_Report (FALSE)] sint32 OSInstallMode; [SMS_Report (FALSE)] sint32 ParallelPortConfiguration; [SMS_Report (FALSE)] sint32 ParallelPortMode; [SMS_Report (FALSE)] sint32 PasswordBypass; [SMS_Report (FALSE)] sint32 PCCard; [SMS_Report (FALSE)] sint32 PCCardAnd1394; [SMS_Report (FALSE)] sint32 PCISlots; [SMS_Report (FALSE)] sint32 PenMissingIndication; [SMS_Report (FALSE)] sint32 PenResumeOn; [SMS_Report (FALSE)] sint32 PointingDevice; [SMS_Report (FALSE)] sint32 POSTF12KeySetting; [SMS_Report (FALSE)] sint32 POSTF2KeySetting; [SMS_Report (FALSE)] sint32 POSTHelpDeskKeySetting; [SMS_Report (FALSE)] sint32 POSTMEBxKeySetting; [SMS_Report (FALSE)] sint32 PowerManagementSettings; [SMS_Report (FALSE)] sint32 PrimaryParallelATAMaster; [SMS_Report (FALSE)] sint32 PrimaryParallelATASlave; [SMS_Report (FALSE)] sint32 PrimaryVideo; [SMS_Report (FALSE)] sint32 RadioTransmission; [SMS_Report (FALSE)] sint32 SATADIPM; [SMS_Report (FALSE)] sint32 SecondaryParallelATAMaster; [SMS_Report (FALSE)] sint32 SecondaryParallelATASlave; [SMS_Report (FALSE)] sint32 SelectiveUSB; [SMS_Report (FALSE)] sint32 SerialATAChannel1; [SMS_Report (FALSE)] sint32 SerialATAChannel2; [SMS_Report (FALSE)] sint32 SerialATAChannel3; [SMS_Report (FALSE)] sint32 SerialATAChannel4; [SMS_Report (FALSE)] sint32 SerialATAChannel5; [SMS_Report (FALSE)] sint32 SerialATAChannel6; [SMS_Report (FALSE)] sint32 SerialATAChannel7; [SMS_Report (FALSE)] sint32 SerialATAChannel8; [SMS_Report (FALSE)] sint32 SerialCommunication; [SMS_Report (FALSE)] sint32 SerialPort1Configuration; [SMS_Report (FALSE)] sint32 SerialPort2Configuration; [SMS_Report (FALSE)] sint32 SERRDMIMessage; [SMS_Report (FALSE)] sint32 SetCMOSToDefault; [SMS_Report (FALSE)] string SettingID; [SMS_Report (FALSE)] sint32 SingleByteECCLogging; [SMS_Report (FALSE)] sint32 SingleCoreTurboMode; [SMS_Report (FALSE)] sint32 SmartCardReader; [SMS_Report (FALSE)] sint32 SMARTErrors; [SMS_Report (FALSE)] sint32 SpeakerVolume; [SMS_Report (FALSE)] sint32 SpeedStep; [SMS_Report (FALSE)] sint32 SuspendMode; [SMS_Report (FALSE)] sint32 TabletButtons; [SMS_Report (FALSE)] sint32 TertiaryParallelATAMaster; [SMS_Report (FALSE)] sint32 TertiaryParallelATASlave; [SMS_Report (FALSE)] sint32 TrustedPlatformModule; [SMS_Report (FALSE)] sint32 TrustedPlatformModuleActivation; [SMS_Report (FALSE)] sint32 UARTPowerDown; [SMS_Report (FALSE)] sint32 USBEmulation; [SMS_Report (FALSE)] sint32 USBFlashDriveEmulation; [SMS_Report (FALSE)] sint32 USBFrontPanelPorts; [SMS_Report (FALSE)] sint32 USBPort00; [SMS_Report (FALSE)] sint32 USBPort01; [SMS_Report (FALSE)] sint32 USBPort02; [SMS_Report (FALSE)] sint32 USBPort03; [SMS_Report (FALSE)] sint32 USBPort04; [SMS_Report (FALSE)] sint32 USBPort05; [SMS_Report (FALSE)] sint32 USBPort06; [SMS_Report (FALSE)] sint32 USBPort07; [SMS_Report (FALSE)] sint32 USBPort08; [SMS_Report (FALSE)] sint32 USBPort09; [SMS_Report (FALSE)] sint32 USBPort10; [SMS_Report (FALSE)] sint32 USBPort11; [SMS_Report (FALSE)] sint32 USBPort12; [SMS_Report (FALSE)] sint32 USBPort13; [SMS_Report (FALSE)] sint32 USBPort14; [SMS_Report (FALSE)] sint32 USBPort15; [SMS_Report (FALSE)] sint32 USBPorts; [SMS_Report (FALSE)] sint32 USBPortsExternal; [SMS_Report (FALSE)] sint32 USBPortsUserAccessible; [SMS_Report (FALSE)] sint32 USBRearDual; [SMS_Report (FALSE)] sint32 USBRearQuad; [SMS_Report (FALSE)] sint32 USBWake; [SMS_Report (FALSE)] sint32 VideoExpansion; [SMS_Report (FALSE)] sint32 VideoMemorySize; [SMS_Report (FALSE)] sint32 VTforDirectIO; [SMS_Report (FALSE)] sint32 WakeupOnLAN; [SMS_Report (FALSE)] sint32 WakeupOnLANMethod; [SMS_Report (FALSE)] sint32 WiFiCatcherChanges; [SMS_Report (FALSE)] sint32 WiFiLocator; [SMS_Report (FALSE)] sint32 WirelessDevice; [SMS_Report (FALSE)] sint32 WirelessLAN; [SMS_Report (FALSE)] sint32 WirelessSwitchBluetoothControl; [SMS_Report (FALSE)] sint32 WirelessSwitchCellularControl; [SMS_Report (FALSE)] sint32 WirelessSwitchChanges; [SMS_Report (FALSE)] sint32 WirelessSwitchWirelessLANControl; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Intel ASF Conf"), SMS_Class_ID("DELL|INTELASFSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IntelASFSettings : SMS_Class_Template { [SMS_Report (FALSE)] boolean ASFEnabled; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] uint8 StructureVersion; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Remote Flsh BIOS"), SMS_Class_ID("DELL|REMOTEFLASHBIOSSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_RemoteFlashBIOSSettings : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] sint32 CompletionCode; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 Enableupdate; [SMS_Report (FALSE)] datetime LastBIOSupdate; [SMS_Report (FALSE)] sint32 MinimumSizeofContiguousMemory; [SMS_Report (FALSE)] string SettingID; [SMS_Report (FALSE)] sint32 Support; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Battery Pwr Mgmt"), SMS_Class_ID("DELL|POWERMANAGEMENTSETTINGSONBATTERY|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PowerManagementSettingsOnBattery : SMS_Class_Template { [SMS_Report (FALSE)] sint32 Brightness; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 PowerManagementEnable; [SMS_Report (FALSE)] sint32 ReducedCPUClockSpeed; [SMS_Report (FALSE)] string SettingID; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell HDD Sequence"), SMS_Class_ID("DELL|HARDDISKDRIVESEQUENCE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_HardDiskDriveSequence : SMS_Class_Template { [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] sint32 DiskOrder; [SMS_Report (FALSE)] string HardDiskName; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell AC Pwr Mgmt"), SMS_Class_ID("DELL|POWERMANAGEMENTSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_PowerManagementSettings : SMS_Class_Template { [SMS_Report (FALSE)] sint32 AlarmResume; [SMS_Report (FALSE)] sint32 Brightness; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 PowerManagementCapabilities; [SMS_Report (FALSE)] sint32 PowerManagementEnable; [SMS_Report (FALSE)] sint32 ReducedCPUClockSpeed; [SMS_Report (FALSE)] sint32 RingEventResume; [SMS_Report (FALSE)] string SettingID; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Ind Static Vals"), SMS_Class_ID("DELL|INDICATIONSTATICVALUES|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IndicationStaticValues : SMS_Class_Template { [SMS_Report (FALSE)] string AlertingManagedElement; [SMS_Report (FALSE)] uint16 AlertType; [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string CorrelatedIndications[]; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 EventID; [SMS_Report (FALSE)] string IndicationIdentifier; [SMS_Report (FALSE)] sint32 MaxDisplayNotifications; [SMS_Report (FALSE)] sint32 MaxNTEventLogNotifications; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE)] sint32 OccurrencesCount; [SMS_Report (FALSE)] string OtherAlertType; [SMS_Report (FALSE)] string OtherSeverity; [SMS_Report (FALSE)] uint16 ProbableCause; [SMS_Report (FALSE)] string ProbableCauseDescription; [SMS_Report (FALSE)] string RecommendedActions[]; [SMS_Report (FALSE)] string SettingID; [SMS_Report (FALSE)] uint16 Trending; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Dynamic States"), SMS_Class_ID("DELL|DYNAMICSTATES|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_DynamicStates : SMS_Class_Template { [SMS_Report (FALSE)] sint32 ACLineStatus; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] sint32 DockingStatus; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Spkr Settings"), SMS_Class_ID("DELL|INTERNALSPEAKERSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_InternalSpeakerSettings : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE)] sint32 KeyboardClick; [SMS_Report (FALSE)] string SettingID; [SMS_Report (FALSE)] sint32 SpeakerVolume; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Boot Dev Seq"), SMS_Class_ID("DELL|BOOTDEVICESEQUENCE|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_BootDeviceSequence : SMS_Class_Template { [SMS_Report (FALSE)] string BootDeviceName; [SMS_Report (FALSE)] sint32 BootOrder; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] string DeviceType; [SMS_Report (FALSE)] sint32 Status; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Intel AMT Conf"), SMS_Class_ID("DELL|INTELAMTSETTINGS|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_IntelAMTSettings : SMS_Class_Template { [SMS_Report (FALSE)] boolean AMTEnabled; [SMS_Report (FALSE)] boolean AMTSupported; [SMS_Report (FALSE), Key] uint32 DellInstanceID; [SMS_Report (FALSE)] boolean IDEREnabled; [SMS_Report (FALSE)] boolean NetworkEnabled; [SMS_Report (FALSE)] boolean SOLEnabled; }; [ SMS_Report(FALSE), SMS_Group_Name("Dell Product"), SMS_Class_ID("DELL|PRODUCT|1.0"), SMS_Namespace(FALSE), Namespace("\\\\\\\\.\\\\root\\\\DellOMCI") ] class Dell_Product : SMS_Class_Template { [SMS_Report (FALSE)] string Caption; [SMS_Report (FALSE)] string Description; [SMS_Report (FALSE), Key] string IdentifyingNumber; [SMS_Report (FALSE), Key] string Name; [SMS_Report (FALSE), Key] string Vendor; [SMS_Report (FALSE), Key] string Version; };