Users Guide
Table Of Contents
- Dell Command | Monitor バージョン10.3 ユーザーズガイド
- Dell Command | Monitor 10.3の概要
- Windows SMM Security Mitigations Table(WSMT)準拠
- Dell Command | Monitor 10.3の標準およびプロトコル
- Dell Command | Monitor 10.3を使用したユース ケース シナリオ
- Dell Command | Monitor 10.3の使用方法
- Dell Command | Monitor 10.3をローカルで使用したDellクライアント システムの管理
- Dell Command | Monitor 10.3を使用したリモートでのDellクライアントシステムの管理
- Dell Command | Monitor 10.3に関するよくある質問
- Dell Command | Monitor 10.3を使用したトラブルシューティング手順
- サードパーティライセンス
- その他の必要マニュアル
- デルへのお問い合わせ
サードパーティライセンス
次の表に、サードパーティライセンスの詳細を示します。
表 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 Module では、入力したすべてのコンソール コマンドがテキストファイルに保存されます。そのため、パス
ワードを安全に処理するために、「Get-Credential」コマンドレットを使用することを強くお勧めします。
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
30 サードパーティライセンス