dcm 9.0(omci)support for newly added bios tokens

13
Dell - Internal Use - Confidential - Customer Workproduct Dell - Internal Use - Confidential - Customer Workproduct Dell Command | Monitor 9.0 (OMCI) support for newly added BIOS tokens

Upload: artisriva

Post on 16-Jul-2015

67 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer WorkproductDell - Internal Use - Confidential - Customer Workproduct

Dell Command | Monitor 9.0 (OMCI) support for newly

added BIOS tokens

Page 2: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

DCM 9.0 Supports the following newly added BIOS tokens:

Back Camera Fn Lock Fn Lock Mode Onboard Unmanaged NIC Rear USB Ports Side USB Ports Keyboard Backlight with AC GPS Radio Fan Speed Trusted Execution

Introduction

Page 3: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Back CameraToken Name Line of Business Supported Platforms

Back Camera LATITUDE E7204

“Back Camera” Enables or disables the rearward facing camera.

Enable - Enables the rearward facing camera

Disable – Disables the rearward facing camera

• Command to check current value of “Back Camera”wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Back Camera") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Back Camera” token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Back Camera") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Back Camera” token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Back Camera") AttributeValue=("2") AuthorizationToken='dell'

Page 4: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Fn LockToken Name Line of Business Supported Platforms

Fn Lock LATITUDE E5250,E5450,E5550 etc.

“Fn Lock" Controls the functionality of the function keys (F1 - F12), when <Fn> key is pressed.

Enable - If enabled, hold the <Fn> key to perform the primary functions of the function keys (F1-F12).

Disable - If disabled, hold the function keys (F1-F12) to perform the secondary functions of the function keys (F1-F12).

• Command to check current value of “Fn lock” wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Fn Lock") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Fn lock” token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fn Lock") AttributeValue=("1") AuthorizationToken='dell‘

• Command to set “Fn lock” token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fn Lock") AttributeValue=("2") AuthorizationToken='dell'

Page 5: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Fn Lock ModeToken Name Line of Business Supported Platforms

Fn Lock Mode LATITUDE E5250,E5450,E5550 etc.

“Fn Lock Mode" Controls the behavior of the dual-function keys (<F1> — <F12>) , when <Fn> key is pressed and when it is not.

Enable - Without holding <Fn> key, the dual-function keys behave as labeled.

Disable - Holding <Fn> key enables the secondary functions associated with the particular key.

• Command to check current value of “Fn Lock Mode”wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Fn Lock Mode") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set "Fn Lock Mode" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fn Lock Mode") AttributeValue=("1") AuthorizationToken='dell'

• Command to set "Fn Lock Mode" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fn Lock Mode") AttributeValue=("2") AuthorizationToken='dell'

Page 6: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Onboard Unmanaged NICToken Name Line of Business Supported Platforms

Onboard Unmanaged NIC LATITUDE E7404

“Onboard Unmanaged NIC” Configures the state of the Onboard Unmanaged Network Interface Card (NIC).

Enable - Enables the secondary, unmanaged network interface card.

Disable - Disables the secondary, unmanaged network interface card.

Enable w/PXE - Enables the secondary, unmanaged network interface card and supports the prebootexecution environment for network boot.

• Command to check current value of “Onboard Unmanaged NIC" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Onboard Unmanaged NIC") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Onboard Unmanaged NIC" token to Enablewmwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributesAttributeName=("Onboard Unmanaged NIC") AttributeValue=("1") AuthorizationToken='dell‘

• Command to set "Onboard Unmanaged NIC" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributesAttributeName=("Onboard Unmanaged NIC") AttributeValue=("2") AuthorizationToken='dell‘

• Command to set “Onboard Unmanaged NIC" token to Enabled w/PXEwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributesAttributeName=("Onboard Unmanaged NIC") AttributeValue=("3") AuthorizationToken='dell'

Page 7: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Rear USB PortsToken Name Line of Business Supported Platforms

Rear USB Ports OPTIPLEX 9030

“Rear USB Ports” Enables or disables all the rear USB ports.

Enable - Enables all the rear USB ports.

Disable - Disables all the rear USB ports.

• Command to check current value of “Rear USB Ports”wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Rear USB Ports") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Rear USB Ports" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Rear USB Ports") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Rear USB Ports" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Rear USB Ports") AttributeValue=(“2") AuthorizationToken='dell'

Page 8: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Side USB PortsToken Name Line of Business Supported Platforms

Side USB Ports OPTIPLEX 9030

“Rear USB Ports” Enables or disables all the Side USB ports.

Enable - Enables all the Side USB ports.

Disable - Disables all the Side USB ports.

• Command to check current value of “Side USB Ports" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName=" Side USB Ports") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Side USB Ports" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Side USB Ports") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Side USB Ports" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Side USB Ports") AttributeValue=(“2") AuthorizationToken='dell'

Page 9: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Keyboard Backlight with ACToken Name Line of Business Supported Platforms

Keyboard Backlight with AC LATITUDE E5250,E5450,E5550 etc.

“Keyboard Backlight with AC” Enables or disables the keyboard backlight when the system is running on AC power.

Enable - If Enabled, the system displays the keyboard backlight even after the 10 seconds of inactivity.

Disable - If Disabled, the system fades the keyboard backlight after 10 seconds of inactivity.

Note: If the keyboard backlight is disabled by pressing <Fn> <Fn>, then the keyboard backlight stays off even if the AC power is on.

• Command to check current value of “Keyboard Backlight with AC" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Keyboard Backlight with AC") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Keyboard Backlight with AC" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight with AC") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Keyboard Backlight with AC" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight with AC") AttributeValue=(“2") AuthorizationToken='dell'

Page 10: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

GPS RadioToken Name Line of Business Supported Platforms

GPS Radio LATITUDE E7204,E7404.

“GPS Radio” Enables or disables the internal GPS radio.

Enable - Enables the internal GPS radio.

Disable - Disables the internal GPS radio.

• Command to check current value of “GPS Radio" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="GPS Radio") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “GPS Radio" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("GPS Radio") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “GPS Radio" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("GPS Radio") AttributeValue=(“2") AuthorizationToken='dell'

Page 11: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Fan SpeedToken Name Line of Business Supported Platforms

Fan Speed PRECISION T5810, T7810 and T7910

“Fan Speed” Sets the system fan speed. Newly updated tokens are below.

Medium High – Enables the Fan speed to Medium High

Medium Low – Enables the Fan Speed to Medium Low

• Command to check current value of “Fan Speed" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Fan Speed") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Fan Speed" token to Medium Highwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fan Speed") AttributeValue=(“4") AuthorizationToken='dell'

• Command to set “Fan Speed" token to Medium Lowwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Fan Speed") AttributeValue=(“5") AuthorizationToken='dell'

Page 12: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Trusted ExecutionToken Name Line of Business Supported Platforms

Trusted Execution LATITUDE E7204,E7404.

“Trusted Execution” New processor execution mode and BIOS hooks to enable a protected execution environment and main memory protection.

On - Enables the Trusted Execution.

Off - Disables the Trusted Execution.

• Command to check current value of “Trusted Execution" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName="Trusted Execution") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Trusted Execution" token to Onwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Trusted Execution") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Trusted Execution" token to Offwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Trusted Execution") AttributeValue=(“2") AuthorizationToken='dell'

Page 13: DCM 9.0(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

http://en.community.dell.com/techcenter/enterprise-client/w/wiki/7531.dell-command-monitor

http://www.dell.com/support/home/us/en/19/product-support/product/dell-opnmang-clnt-instr-v9.0.0/manuals

Dell Command | Monitor support links.