Users Guide
DCIM_BootCongSetting
DCIM_BootCongSetting 的一个实例代表在引导过程中使用的一种引导配置。例如,在客户端系统上,存在两类引导配置:传统和
UEFI。因此,DCIM_BootCongSetting 最多可代表两个实例,传统和 UEFI 各一个。
使用以下属性,用户可以决定是否 DCIM_BootCongSetting 代表传统:
• InstanceID = "DCIM:BootCongSetting:Next:1"
• ElementName = "Next Boot Conguration Setting : Boot List Type 1"
使用以下属性,用户可以决定是否 DCIM_BootCongSetting 代表 UEFI:
• InstanceID = "DCIM:BootCongSetting:Next:2"
• ElementName = "Next Boot Conguration Setting : Boot List Type 2"
DCIM_BootSourceSetting
此类代表引导设备或源。ElementName、BIOSBootString 和 StructuredBootString 属性包含标识引导设备的字符串。例如,oppy、
hard disk、CD/DVD、network、Personal Computer Memory Card International Association (PCMCIA)、Battery Electric Vehicle (BEV) 或
USB。根据设备的引导列表类型,DCIM_BootSourceSetting 的一个实例关联 DCIM_BootCongSetting 的一个实例。
DCIM_OrderedComponent
DCIM_OrderedComponent 关联类用于将 DCIM_BootCongSetting 实例与代表引导设备所属引导列表类型(传统或 UEFI)之一的
DCIM_BootSourceSetting 实例相关联。DCIM_OrderedComponent 的 GroupComponent 属性引用 DCIM_BootCongSetting 实例,
PartComponent 属性引用 DCIM_BootSourceSetting 实例。
更改系统设置
在 Dell Command | Monitor 中,使用以下方法更改系统设置和本地或远程系统的状态:
• SetBIOSAttributes — 更改 BIOS 设置
注: Dell Command | Monitor for Linux 目前仅支持 SetBIOSAttributes 方法。
• ChangeBootOrder — 更改引导配置
• RequestStateChange — 关闭和重新启动系统
• ManageTime — 显示系统时间
在 Dell Command | Monitor for Windows 中,您可以使用 winrm、VB 脚本、PowerShell 命令、wmic 和 WMI wbemtest 运行上述方法。
使用 PowerShell 命令在运行 Windows 的系统中设置 BIOS 属
性
您可以使用 SetBIOSAttributes 方法设置 BIOS 属性。下面以启用受信任的平台模块 (TPM) 任务为例,说明了步骤。
注
: 确保清除 BIOS 中的 TPM 选项,然后再执行以下步骤来启用 TPM。
注: 使用管理员权限运行 PowerShell。
18
使用 Dell Command | Monitor