Users Guide
Table Of Contents
- Dell Command | Monitor Version 10.2.1 User's Guide
- Introduction to Dell Command | Monitor 10.2.1
- Windows SMM Security Mitigations Table (WSMT) Compliance
- Standards and protocols for Dell Command | Monitor 10.2.1
- Use case scenarios using Dell Command | Monitor 10.2.1
- Using Dell Command | Monitor 10.2.1
- Polling interval setting
- RAID status reporting
- Monitoring the Dell client systems
- Application log for Dell Command | Monitor for Linux
- Detecting advance format drives
- Boot configurations
- Changing the system settings
- Managing Dell client systems locally using Dell Command | Monitor 10.2.1
- Managing Dell client systems remotely using Dell Command | Monitor 10.2.1
- Frequently asked questions for Dell Command | Monitor 10.2.1
- Troubleshooting steps using Dell Command | Monitor 10.2.1
- Unable to remotely connect to Windows Management Instrumentation
- Installation failure on systems running Windows
- BIOS setting enumeration value appears as 1
- Hapi installation fails due to the dependency of libsmbios
- CIM resources not available
- Unable to execute the commands using DCM on the systems running Ubuntu Core 16
- Third-party licenses
- Other documents you may need
- Contacting Dell
Third-party licenses
The table provides the details about third-party licenses.
Table 1. Third-party licenses
Sl No Component name Version License type
1 inpoutx64 1.5.1 InpOut32Drv Driver Interface
DLL
2 inpoutx64 Driver 1.2 InpOut32Drv Driver Interface
DLL
3 libxml2 2.9.4 libxml2
4 xalan 1.11 xalan license
5 xerces 3.1.1 xerces license
6 Libsmbios 0.12.3 OSL License
7 PCI.IDS 2019.03.05 3-clause BSD License
8 base64.c 2001 Oct 08 / Revision 1 Copyright (c) 1991 Bell
Communications Research,
Inc. (Bellcore)
9 Microsoft.AspNet.WebApi.Clie
nt
5.2.3 MICROSOFT SOFTWARE
LICENSE TERMS
10 Newtonsoft.Json 12.0.3 and 6.0.1 MIT
11 Quartz 3.0.7 APACHE LICENSE, VERSION
2.0
12 WindowsAzure.ServiceBus 4.0.0 MICROSOFT SOFTWARE
LICENSE TERMS
Generic disclaimer
Powershell PSReadline module saves every console command you enter to a text file. So it is strongly recommended to use
"Get-Credential" comandlet to handle the password securely.
1. $cred = Get-Credential
2. Enter your user name and password, for example, AdminPWD and Dell_123$, when the dialog box is displayed.
3. $BSTR = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($cred.Password)
4. $plainpwd=[System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)
5. Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod MethodName
SetBIOSAttributes -Arguments @{AttributeName=@("AdminPwd");AttributeValue=@(" $plainpwd ")}
10
30 Third-party licenses