Users Guide

Table Of Contents
第三方许可证
该表提供了有关第三方许可证的详细信息。
. 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-Credentialcommandlet 安全地处理密
码。
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