Users Guide
Table Of Contents
- Dell Command | Monitor 10.3 版 使用者指南
- Dell Command | Monitor 10.3 簡介
- Windows SMM 安全性風險降低表格 (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 的故障診斷步驟
- 第三方授權
- 其他您可能需要的文件
- 與 Dell 公司聯絡
● 從 WMI 取得代理的命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting
● 從 WMI 設定代理的命令:
Get-CimInstance -Namespace root\dcim\sysman -ClassName DCIM_ApplicationProxySetting |
Invoke-CimMethod -MethodName Change
ProxySetting -Arguments @{NewAddress="10.0.0.223"; NewPort="8080"}
使用 OMICLI 在本機管理 Linux 系統
您可以使用 OMICLI 命令在本機管理 Linux 系統。在執行 Linux 的系統中,OMICLI 安裝於 /opt/omi/bin。
● DCIM 類別的列舉例項
○ ./omicli ei root/dcim/sysman DCIM_BIOSEnumeration
○ ./omicli ei root/dcim/sysman DCIM_BIOSPassword
● 取得 BIOS 設定屬性
./omicli gi root/dcim/sysman { DCIM_BIOSPassword InstanceID DCIM:BIOSSetupPassword }
● 設定管理員密碼
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue dell }
● 變更 BIOS 設定
○ ./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM_BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name in DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "Num Lock"
AttributeValue “1” AuthorizationToken "" }
○ ./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
./omicli iv root/dcim/sysman { DCIM_BIOSService Name DCIM:BiosService
SystemCreationClassName DCIM_ComputerSystem SystemName <system name from DCIM_BIOSService
class> CreationClassName DCIM_BIOSService } SetBIOSAttributes { AttributeName "AdminPwd"
AttributeValue <password> }
● 訂閱警示
./omicli sub root/dcim/sysman --queryexpr "select * from DCIM_AlertIndication"
22 使用 Dell Command | Monitor 10.3 在本機管理 Dell 用戶端系統