Users Guide

Table Of Contents
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@("Trusted Platform Module
");AttributeValue=@("1");AuthorizationToken="<Admin password>"}
3. システムを再起動します。
4. のコマンドを使用して TPM をアクティブします。
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments @{AttributeName=@(" Trusted Platform Module
Activation");AttributeValue=@("2");AuthorizationToken="<Admin password>"}
5. システムを再起動します。
Linux しているシステムでの BIOS 設定
BIOS は、以下のいずれかの方法設定できます。
OMICLI 使用
WinRM 使用
WSMan 使用
メモ: OMI サーバーが起動されてされていることを確認してください。
OMICLI 使用した BIOS 設定
BIOS は、SetBIOSAttributes メソッドで設定することができます。以下では、Trusted Platform ModuleTPMにす
るタスクの手順します。
メモ: 手順して TPM にするに、BIOS TPM オプションがクリアされていることを確認してください。
OMICLI コマンドを使用して BIOS 設定するには、手順してください。
1. システムの BIOS パスワードが設定されていない場合設定するには、以下します。
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes
{ AttributeName "AdminPwd" AttributeValue “<new Admin Password>” }
2. TPM セキュリティをにするには、以下のコマンドをします。
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes
{ AttributeName "Trusted Platform Module" AttributeValue “1” AuthorizationToken
“<password>”
3. システムを再起動します。
4. TPM をアクティブにするには、以下します。
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes
{ AttributeName " Trusted Platform Module Activation" AttributeValue “2”
AuthorizationToken “<password>” }
5. システムを再起動します。
6. BIOS パスワードをリセットするには、以下します。
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name displayed in
DCIM_BIOSService class> CreationClassName DCIM_BIOSService } SetBIOSAttributes
{ AttributeName "AdminPwd" AttributeValue “” AuthorizationToken “<password>” }
Dell Command | Monitor 10.5 使用方法 17