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
2.4.3
OSL 授權
7 PCI.IDS 2019.03.05 3 條款 BSD 授權
8 base64.c 2001 10 8 /修訂版 1 Copyright (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-Credentialcomandle 安全地處理密
碼。
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
第三方授權 29