Users Guide

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.Client 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