Users Guide
Table Of Contents
- Dell Command | Monitor 10.2.1 版 使用者指南
- Dell Command | Monitor 10.2.1 簡介
- Windows SMM 安全性風險降低表格 (WSMT) 相容性
- Dell Command | Monitor 10.2.1 適用的標準及通訊協定
- 使用 Dell Command | Monitor 10.2.1 的使用案例
- 使用 Dell Command | Monitor 10.2.1
- 使用 Dell Command | Monitor 10.2.1 在本機管理 Dell 用戶端系統
- 使用 Dell Command | Monitor 10.2.1 遠端管理 Dell 用戶端系統
- Dell Command | Monitor 10.2.1 常見問題集
- 使用 Dell Command | Monitor 10.2.1 的故障排除步驟
- 第三方授權
- 其他您可能需要的文件
- 與 Dell 公司聯絡
encoding:utf-8 @{AttributeName=("Trusted Platform Module
Activation");AttributeValue=("2");AuthorizationToken="<Admin password>"}
使用 WSMan 設定 BIOS 屬性
您可以使用 WSMan 在執行 Linux 的系統上設定 BIOS 屬性。以下程序針對使用啟用可信賴平台模組 (TPM) 的工作作為範例做解說。
註: 按照下列程序啟用 TPM 之前,請確定 TPM 選項已在 BIOS 中清除。
1. 列舉 DCIM_BIOSService 類別以取得選擇器集。執行:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”, CreationClassName=”
DCIM_BIOSService” –N root/dcim/sysman –h <system IP/name> –P 5985 –u <user name> –p
<password> –y basic –v –V –k “AttributeName=AdminPwd” –k “AttributeValue=<password>”
2. 設定系統的 BIOS 密碼。若尚未設定,使用下列命令:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”, CreationClassName=”
DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P 5985 –u <user name>
–p <password> –y basic –v –V –k “AttributeName=Trusted Platform Module” –k
“AttributeValue=1” –k “AuthorizationToken=<password>”
3. 使用下列命令啟用 TPM 安全性:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”, CreationClassName=”
DCIM_BIOSService” –N root/dcim/sysman –h <system IP or system name> –P 5985 –u <user name>
–p <password> –y basic –v –V –k “AttributeName=Trusted Platform Module Activation” –k
“AttributeValue=2” –k “AuthorizationToken=<password>”
4. 重新啟動系統。
5. 使用下列命令啟動 TPM:
wsman invoke –a “SetBIOSAttributes” http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/
DCIM_BIOSService?Name=”DCIM:BIOSService”, SystemCreationClassName=”DCIM_ComputerSystem”,
SystemName=”<system name from DCIM_BIOSService class>”, CreationClassName=”
DCIM_BIOSService” –N root/dcim/sysman –h <system IP/name> –P 5985 –u <user name> –p
<password> –y basic –v –V –k “AttributeName=AdminPwd” –k “AttributeValue=” –k
“AuthorizationToken=<password>”
變更開機順序
如欲變更開機順序,遵循下列步驟:
1. 使用下列命令檢查開機順序類型 (傳統或 UEFI):
● WMIC 命令:wmic /namespace:\\root\dcim\sysman path dcim_BootConfigSetting get ElementName/
format:list。
● PowerShell 命令:gwmi -namespace root\dcim\sysman -class dcim_BootConfigSetting -Property
ElementName。
2. 使用下列命令檢查目前的開機順序類型 (傳統或 UEFI):
● WMIC 命令:wmic /namespace:\\root\dcim\sysman path dcim_ElementSettingData.IsCurrent=1 get
SettingData /format:list 。
● PowerShell 命令:gwmi -namespace root\dcim\sysman -class dcim_elementSettingData -Filter
"IsCurrent=1" -Property SettingData。
3. 使用下列命令變更開機順序:
使用 Dell Command | Monitor 10.2.1 17