Users Guide
Table Of Contents
- Dell Command | Monitor Versie 10.4 Gebruikershandleiding
- Kennismaking met Dell Command | Monitor 10.4
- Windows SMM Security Mitigations Table (WSMT)-compatibiliteit
- Standaarden en protocollen voor Dell Command | Monitor 10.4
- Gebruiksscenario's met Dell Command | Monitor 10.4
- Gebruik van Dell Command | Monitor 10.4
- Polling-interval instellen
- Statusrapportage RAID
- De Dell clientsystemen controleren
- Applicatielogboek voor Dell Command | Monitor voor Linux
- Stations met geavanceerde indeling detecteren
- Opstartconfiguraties
- De systeeminstellingen wijzigen
- Dell clientsystemen lokaal beheren met Dell Command | Monitor 10.4
- Dell clientsystemen op afstand beheren met Dell Command | Monitor 10.4
- Veelgestelde vragen over Dell Command | Monitor 10.4
- Stappen voor probleemoplossing met behulp van Dell Command | Monitor 10.4
- Kan geen externe verbinding maken met Windows Management Instrumentation
- Installatiefout op systemen waarop Windows wordt uitgevoerd
- Inventarisatiewaarde van BIOS-instelling wordt weergegeven als 1
- Hapi-installatie mislukt vanwege de afhankelijkheid van libsmbios
- CIM-resource niet beschikbaar
- Kan opdrachten niet uitvoeren met behulp van DCM op de systemen met Ubuntu Core 16
- Andere documenten die u misschien nodig hebt
- Contact opnemen met Dell
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
● Voer de volgende opdracht uit om de garantiefunctie en de daaropvolgende vernieuwingsoproepen uit te schakelen:
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_AssetWarrantyInformation|
Where-Object{$_.InstanceID -eq "Root/MainSystemChassis/COOObject/COOWarranty:0"} | Invoke-
CimMethod -MethodName DisableWarranty
● Om garantie-informatie on-demand op te halen, voert u de volgende opdracht uit:
Get-CimInstance -Namespace root/DCIM/SYSMAN -ClassName DCIM_AssetWarrantyInformation|
Where-Object{$_.InstanceID -eq "Root/MainSystemChassis/COOObject/COOWarranty:0"} | Invoke-
CimMethod -MethodName RefreshWarranty
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 instantie van DCIM_BootConfigSetting vertegenwoordigt een opstartconfiguratie die wordt gebruikt tijdens het opstartproces. Op
clientsystemen zijn er bijvoorbeeld twee soorten opstartconfiguraties — Legacy en UEFI. DCIM_BootConfigSetting kan dus maximaal
twee instanties bevatten, éé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: diskette, harde schijf, cd/dvd,
netwerk, PCMCIA-kaart, Battery Electric Vehicle (BEV) of USB. Op basis van het type opstartlijst van het apparaat, wordt een instantie
van DCIM_BootSourceSetting gekoppeld aan een van de instanties van DCIM_BootConfigSetting.
DCIM_OrderedComponent
De koppelingsklasse DCIM_OrderedComponent wordt gebruikt om instanties van DCIM_BootConfigSetting te koppelen aan
instanties van DCIM_BootSourceSetting die een van de opstartlijsttypen (Legacy of UEFI) vertegenwoordigen waartoe de
opstartapparaten behoren. De eigenschap GroupComponent van DCIM_OrderedComponent verwijst naar de instantie
DCIM_BootConfigSetting en de eigenschap PartComponent verwijst naar de instantie DCIM_BootSourceSetting.
Gebruik van Dell Command | Monitor 10.4
15