Users Guide
DCIM_AssetWarrantyInformation
• Voer de volgende opdracht uit om een query uit te voeren op de garantiestatus op het eindpuntapparaat:
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_AssetWarrantyInformation
• Voer de volgende opdracht uit om de garantierechten van 'WarrantyEndDate' in chronologische volgorde weer te geven:
Get-CimInstance -Namespace root/dcim/sysman -ClassName DCIM_AssetWarrantyInformation |
Sort-Object -Property WarrantyEndDate | Select Name, WarrantyEndDate, WarrantyStartDate
OPMERKING: Instelling voor proxyconfiguratie -
• Standaardproxy – Dell Command | Monitor selecteert de standaard systeemproxy (ingesteld in IE)
• Aangepaste proxy
DCIM_ApplicationProxySetting-klasse wordt gebruikt om de proxy-instellingen voor Dell Command | Monitor aan te
passen aan de proxy-omgeving.
DCIM_BootConfigSetting
Een instance van DCIM_BootConfigSetting vertegenwoordigt een opstartconfiguratie die wordt gebruikt tijdens het opstartproces. Op
clientsystemen bestaan bijvoorbeeld twee types opstartconfiguratie: Legacy en UEFI. DCIM_BootConfigSetting kan maximaal twee
instances vertegenwoordigen, één voor Legacy en één voor UEFI.
U kunt bepalen of DCIM_BootConfigSetting Legacy vertegenwoordigt, waarbij de volgende eigenschappen worden gebruikt:
• InstanceID = "DCIM:BootConfigSetting:Next:1"
• ElementName = "Next Boot Configuration Setting : Boot List Type 1"
U kunt bepalen of de DCIM_BootConfigSetting UEFI vertegenwoordigt, waarbij de volgende eigenschappen worden gebruikt:
• InstanceID = "DCIM:BootConfigSetting:Next:2"
• ElementName = "Next Boot Configuration Setting : Boot List Type 2"
DCIM_BootSourceSetting
Deze klasse vertegenwoordigt de opstartapparaten of bronnen. De eigenschappen ElementName, BIOSBootString en
StructuredBootString bevatten een tekenreeks die de opstartapparaten identificeert. Bijvoorbeeld floppystation, harde schijf, cd/dvd,
netwerk, PCMCIA (Personal Computer Memory Card International Association), BEV (Battery Electric Vehicle) of USB. Op basis van het
apparaattype in de opstartlijst wordt een instance van DCIM_BootSourceSetting aan één van de instances van
DCIM_BootConfigSetting gekoppeld.
DCIM_OrderedComponent
De koppelingsklasse DCIM_OrderedComponent wordt gebruikt voor het koppelen van instances van DCIM_BootConfigSetting aan
instances van DCIM_BootSourceSetting die één van de opstartlijsttypen vertegenwoordigen (Legacy of UEFI) waartoe de
opstartapparaten behoren. De eigenschap
GroupComponent van DCIM_OrderedComponent verwijst naar de instance
DCIM_BootConfigSetting en de eigenschap PartComponent verwijst naar de instance DCIM_BootSourceSetting.
DCIM_Smart kenmerk
Voor het lezen van de smart kenmerkwaarde voert u de volgende opdrachten uit:
Bijvoorbeeld:
• Get-CimInstance -Namespace root\dcim\sysman DCIM_SmartAttributeInfo | Format-Table
• Get-CimInstance -Naamruimte root\DCIM\sysman DCIM_SmartAttributeInfo -Filter "AttributeID zoals '< Kenmerk ID waarde >'
Voor het instellen van de aangepaste drempelwaarden voert u de volgende opdrachten uit:
Bijvoorbeeld:
Dell Command | Monitor 10.2.1 gebruiken
15