Users Guide
Table Of Contents
- Dell Command | Monitor 10.2.1 版 用户指南
- Dell Command | Monitor 10.2.1 简介
- Windows SMM 安全气候变化表 (WSMT) 合规性
- 适用于 Dell Command | Monitor 10.2.1 的标准和协议
- 使用 Dell Command | Monitor 10.2.1 的使用案例场景
- 使用 Dell Command | Monitor 10.2.1
- 使用 Dell Command | Monitor 10.2.1 本地管理的 Dell 客户端系统
- 使用 Dell Command | Monitor 10.2.1 远程管理的 Dell 客户端系统
- 有关 Dell Command | Monitor 10.2.1 的常见问题
- 使用 Dell Command | Monitor 10.2.1 的故障排除步骤
- 第三方许可证
- 您可能需要的其他说明文件
- 联系戴尔

第三方许可证
该表提供了有关第三方许可证的详细信息。
表. 1: 第三方许可证
SL 编号
部件名称 版本 许可证类型
1 inpoutx64 1.5.1 InpOut32Drv 驱动程序接口 DLL
2 inpoutx64 驱动程序 1.2 InpOut32Drv 驱动程序接口 DLL
3 libxml2 2.9.4 libxml2
4 xalan 1.11 xalan 许可证
5 xerces 3.1.1 xerces 许可证
6 Libsmbios 0.12.3 OSL 许可证
7 PCI.IDS 2019.03.05 3 条款 BSD 许可
8 base64.c 2001 10 月 8 日/修订版 1 版权所有 (c) 1991 Bell
Communications Research, Inc.
(Bellcore)。
9 Microsoft.AspNet.WebApi.Client 5.2.3 MICROSOFT 软件许可条款
10 Newtonsoft.Json 12.0.3 和 6.0.1 MIT
11 Quartz 3.0.7 APACHE 许可证,版本 2.0
12 WindowsAzure.ServiceBus 4.0.0 MICROSOFT 软件许可条款
通用免责声明
Powershell PSReadline 保存您输入到文本文件的每个控制台命令。因此强烈建议您使用“Get-Credential”commandlet 安全地处理密
码。
1. $cred = Get-Credential
2. 在显示对话框时,输入您的用户名和密码,例如 AdminPwd 和 Dell_123$。
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
第三方许可证
27