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 公司聯絡
● ManageTime — 顯示系統時間
在 Windows 適用的 Dell Command | Monitor,您可以使用 winrm、VB 指令碼、PowerShell 命令、wmic 及 WMI wbemtest 來執行這些
方法。
使用 PowerShell 命令在執行 Windows 的系統設定 BIOS 屬性
您可以使用 SetBIOSAttributes 方法來設定 BIOS 屬性。此程序接下來會以啟用信賴平台模組 (TPM) 工作為例子說明。
註: 按照下列程序啟用 TPM 之前,請確定 TPM 選項已在 BIOS 中清除。
註: 使用具有管理員權限的 Powershell。
若要啟用 TPM,
1. 設定系統的 BIOS 密碼。若尚未設定,使用下列的 PowerShell 命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_BIOSService | Invoke-CimMethod -
MethodName SetBIOSAttributes -Arguments
@{AttributeName=@("AdminPwd");AttributeValue=@("<Admin password>")}
2. 使用下列命令啟用 TPM 安全性:
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 屬性
您可以使用 SetBIOSAttributes 方法來設定 BIOS 屬性。此程序接下來會以啟用信賴平台模組 (TPM) 工作為例子說明。
註: 按照下列程序啟用 TPM 之前,請確定 TPM 選項已在 BIOS 中清除。
若要使用 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
使用 Dell Command | Monitor 10.2.1 15