Top Banner
Dell - Internal Use - Confidential - Customer Workproduct Dell - Internal Use - Confidential - Customer Workproduct Dell Command | Monitor 9.1 (OMCI) support for newly added BIOS tokens
27

Dcm9 1(omci)support for newly added bios tokens

Apr 15, 2017

Download

Technology

artisriva
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Dcm9 1(omci)support for newly added bios tokens

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

Dell Command | Monitor 9.1 (OMCI) support for newly added BIOS

tokens

Page 2: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

DCM 9.1 Supports the following newly added BIOS tokens:

Extend Post Time External WLAN Activity LED Intel Ready Mode Technology Keyboard Backlight Active Color Keyboard Backlight Enable Color Keyboard Backlight Custom Color 1 Keyboard Backlight Custom Color 2 Primary Video Device Slot Rugged Dock Non-Video Devices Stealth Mode Quiet Bluetooth Stealth Mode Quiet Fans Stealth Mode Quiet GPS Stealth Mode Quiet LCD Stealth Mode Quiet LEDs Stealth Mode Quiet Speakers Stealth Mode Quiet WLAN Stealth Mode Quiet WWAN Stealth Mode WiGig Radio USB Port 20 – USB Port 21 - USB Port 22 – USB Port 23 Wireless Switch WLAN-WIGIG Control Wireless Switch GPS On WWAN Radio

Introduction

Page 3: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Extend Post Time Token Name Line of Business Supported Platforms (e.g.)Extend Post Time LATITUDE E5570

“Extend Post Time” Delays the time of action taken by the system after pressing function keys such as F2,F12, etc. during post time.Possible values are:• 0 — Does not delay the time of action. • 5 — Delays the time of action by five seconds. • 10 — Delays the time of action by ten seconds.

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

• Command to set “Extend Post Time” token to “0 seconds”wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Extend Post Time") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Extend Post Time” token to “5 seconds”wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Extend Post Time") AttributeValue=("2") AuthorizationToken='dell‘

• Command to set “Extend Post Time” token to “10 seconds”wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Extend Post Time") AttributeValue=(“3") AuthorizationToken='dell'

Page 4: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

External WLAN Activity LEDToken Name Line of Business Supported Platforms(e.g.)External WLAN Activity LED Optiplex E5570

External WLAN Activity LED:Enables or disables the external (lid-mounted) WLAN indicator LED.Possible values are:• Enable — LED displays the state of the WLAN source activity• Disable — LED does not displays the state of the WLAN source activity.

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

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

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

Page 5: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Intel Ready Mode TechnologyToken Name Line of Business Supported Platforms(e.g.)Intel Ready Mode Technology OptiPlex 5040

“Intel Ready Mode Technology“ Enables or disables Intel Ready Mode Technology (iRMT). Possible values are:• Disable• Enable

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

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

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

Page 6: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Keyboard Backlight Active ColorToken Name Line of Business Supported Platforms(e.g.)Keyboard Backlight Active Color LATITUDE 7204, 7404

“Keyboard Backlight Active Color “Displays or sets an active color for the keyboard backlight for the rugged systems.Possible values are:• 0— White • 1— Red • 2— Green • 3— Blue • 4 — Customcolor1 • 5— Customcolor2

Page 7: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

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

• Command to set “Keyboard Backlight Active Color" to Whitewmwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Active Color") AttributeValue=(“0") AuthorizationToken='dell‘

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

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

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

• Command to set “Keyboard Backlight Active Color" token to Custom Color 1wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Active Color") AttributeValue=(“4") AuthorizationToken='dell‘

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

Page 8: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Keyboard Backlight Color EnableToken Name Line of Business Supported Platforms(e.g.)Keyboard Backlight Color Enable LATITUDE 7204, 7404

“Keyboard Backlight Color Enable”Displays or enables the supported colors on the keyboard backlight for the rugged systems. Press Fn+C to switch among the enabled colors.Possible values are:• 0 — None • 1 — White • 2 — Red • 3 — Green • 4 — Blue • 5 — Customcolor1 • 6 — Customcolor2

Page 9: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

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

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

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

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

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

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

• Command to set “Keyboard Backlight Color Enable" token to Custom color 1wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Color Enable") AttributeValue=(“5") AuthorizationToken='dell‘

• Command to set “Keyboard Backlight Color Enable" token to Custom color 2wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Color Enable") AttributeValue=(“6") AuthorizationToken='dell'

Page 10: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Keyboard Backlight Custom Color 1 Token Name Line of Business Supported Platforms(e.g.)Keyboard Backlight Custom Color 1 LATITUDE 7204, 7404

“Keyboard Backlight Custom Color 1 ” Displays and configures the custom color 1 by specifying the Red, Green and Blue (RGB) values. The color can be selected using RGB components by mentioning it in ‘R,G,B’ format. Each color component value ranges from 0 to 255.Possible value is:• 0–255, 0–255, 0–255 — Red, Green, Blue

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

• Command to set “Keyboard Backlight Custom Color 1 " tokenwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 1 ") AttributeValue=("0-255,0-255,0-255") AuthorizationToken='dell'

Page 11: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Keyboard Backlight Custom Color 2 Token Name Line of Business Supported Platforms(e.g.)Keyboard Backlight Custom Color 2 LATITUDE 7204, 7404

“Keyboard Backlight Custom Color 2 “Displays and configures the custom color 2 by specifying the Red, Green and Blue (RGB) values. The color can be selected using RGB components by mentioning it in ‘R,G,B’ format. Each color component value ranges from 0 to 255.Possible value is:• 0–255, 0–255, 0–255 — Red, Green, Blue

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

• Command to set “Keyboard Backlight Custom Color 2 " tokenwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 2 ") AttributeValue =("0-255,0-255,0-255") AuthorizationToken='dell'

Page 12: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Primary Video Device SlotToken Name Line of Business Supported Platforms(e.g.)

Primary Video Device Slot Precision Tower 7810

Configures the slot for primary video display.Possible values are:• 0 — Sets the onboard video device slot as primary video device slot. • 1-15 — Sets the specified slot number as a primary video device slot. • 255 —Scans PCI buses and uses the first video device slot, found with video card as a primary video device slot.

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

• Command to set “Primary Video Device Slot" token to “On board video”wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Primary Video Device Slot") AttributeValue=(“0") AuthorizationToken='dell'

• Command to set “Primary Video Device Slot" token to “Slot number of Primary Video device”

wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Primary Video Device Slot") AttributeValue=(“1-15") AuthorizationToken='dell‘

• Command to set “Primary Video Device Slot" token to “auto”wmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(“Primary Video Device Slot") AttributeValue=(“255") AuthorizationToken='dell'

Page 13: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Rugged Dock Non-Video DevicesToken Name Line of Business Supported Platforms(e.g.)Rugged Dock Non-Video Devices LATITUDE 7204, 7404

“Rugged Dock Non-Video Devices” Enables or disables all the non-video devices (serial, audio, LAN, and USB ports) on a rugged dock.Possible values are:• Enable • Disable

• Command to check current value of “Rugged Dock Non-Video Devices" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName=" Rugged Dock Non-Video Devices") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

• Command to set “Rugged Dock Non-Video Devices " token to enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Rugged Dock Non-Video Devices ") AttributeValue=(“1") AuthorizationToken='dell'

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

Page 14: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet BluetoothToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet Bluetooth LATITUDE 7204, 7404

“Stealth Mode Quiet Bluetooth” Configures the state of the bluetooth radio depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the bluetooth.• Turn off - Turns off the bluetooth radio if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet Bluetooth " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Bluetooth ") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet Bluetooth " token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Bluetooth ") AttributeValue=(“2") AuthorizationToken='dell'

Page 15: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet FansToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet Fans LATITUDE 7204, 7404

“Stealth Mode Quiet Fans” Configures the state of the fans depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the fan.• Turn off - Turns off the fan if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet Fans " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Fans ") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet Fans " token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Fans ") AttributeValue=(“2") AuthorizationToken='dell'

Page 16: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet GPSToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet GPS LATITUDE 7204, 7404

“Stealth Mode Quiet GPS” Configures the state of the GPS radio depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the GPS radio.• Turn off - Turns off the GPS radio if the stealth mode is enabled.

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

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

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

Page 17: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet LCDToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet LCD LATITUDE 7204, 7404

“Stealth Mode Quiet LCD” Configures the state of the LCD screen backlight depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the LCD screen backlight.• Turn off - Turns off the LCD screen backlight if the stealth mode is enabled..

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

• Command to set “Stealth Mode Quiet LCD " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LCD ") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet LCD " token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LCD ") AttributeValue=(“2") AuthorizationToken='dell'

Page 18: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet LEDsToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet LEDs LATITUDE 7204, 7404

“Stealth Mode Quiet LEDs” Configures the state of the LEDs depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the system LEDs.• Turn off - Turns off the system LEDs if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet LEDs " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LEDs ") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet LEDs " token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LEDs ") AttributeValue=(“2") AuthorizationToken='dell'

Page 19: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet SpeakersToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet Speakers LATITUDE 7204, 7404

“Stealth Mode Quiet Speakers” Configures the state of the onboard speakers depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the onboard speakers.• Turn off - Turns off the onboard speakers if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet Speakers " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet Speakers ") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet Speakers " token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet Speakers") AttributeValue=(“2") AuthorizationToken='dell'

Page 20: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet WLANToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet WLAN LATITUDE 7204, 7404

“Stealth Mode Quiet WLAN” Configures the state of the WLAN (and WiGig) radio depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the WLAN.• Turn off - Turns off the WLAN if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet WLAN " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WLAN") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet WLAN" token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WLAN") AttributeValue=(“2") AuthorizationToken='dell'

Page 21: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode Quiet WWANToken Name Line of Business Supported Platforms(e.g.)Stealth Mode Quiet WWAN LATITUDE 7204, 7404

“Stealth Mode Quiet WWAN” Configures the state of the WWAN (and WiGig) radio depending on the Stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the WWAN (and WiGig) radio.• Turn off - Turns off the WWAN (and WiGig) radio if the stealth mode is enabled.

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

• Command to set “Stealth Mode Quiet WWAN " token to Unchangedwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WWAN") AttributeValue=("1") AuthorizationToken='dell'

• Command to set “Stealth Mode Quiet WWAN" token to Trunoffwmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WWAN") AttributeValue=(“2") AuthorizationToken='dell'

Page 22: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Stealth Mode WiGig RadioToken Name Line of Business Supported Platforms(e.g.)Stealth Mode WiGig Radio LATITUDE 7204, 7404

“Stealth Mode WiGig Radio” Configures or displays the state of Wireless Gigabit Alliance (WiGig) radio depending on the Unobtrusive mode or stealth mode is enabled or disabled.Possible values are:• Unchanged - Retains the current state of the Wigig radio.• Turn off - Turns off the WiGig radio if the Unobtrusive mode or stealth mode is enabled.

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

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

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

Page 23: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

USB Port 20 - USB Port 21 - USB Port 22 - USB Port 23

Token Name Line of Business Supported Platforms(e.g.)USB Port OptiPlex 5040

“USB Port 20“Enables or Disables USB Port 20.Possible values are:• Disable • Enable

“USB Port 21” Enables or Disables USB Port 21.Possible values are:• Disable • Enable

“USB Port 22” Enables or Disables USB Port 22.Possible values are:• Disable • Enable

“USB Port 23” Enables or Disables USB Port 23.Possible values are:• Disable • Enable

Page 24: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Command to check current value of “USB Port 20" wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName=" Wireless Radio Control Switch") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

Command to set “USB Port 20" token to Disablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Wireless Radio Control Switch") AttributeValue=("1") AuthorizationToken='dell'

Command to set “USB Port 20" token to Enablewmic /namespace:\\root\dcim\sysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Wireless Radio Control Switch") AttributeValue=(“2") AuthorizationToken='dell'

Note : Above command matches with USB Port 21, USB Port 22, USB Port 23

Page 25: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Wireless Switch WLAN-WIGIG ControlToken Name Line of Business Supported Platforms(e.g.)Wireless Switch WLAN-WIGIG Control LATITUDE E5570

“Wireless Switch WLAN-WIGIG Control” Enables or disables the Wireless Gigabit (WiGig) radio control switch on the dock.Possible values are:• Enable • Disable

• Command to check current value of “Wireless Switch WLAN-WIGIG Control "

wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName=" Wireless Switch WLAN-WIGIG Control") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

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

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

Page 26: Dcm9 1(omci)support for newly added bios tokens

Dell - Internal Use - Confidential - Customer Workproduct

Wireless Switch GPS On WWAN RadioToken Name Line of Business Supported Platforms(e.g.)Wireless Switch GPS On WWAN Radio LATITUDE E5570

“Wireless Switch GPS On WWAN Radio” Enables or disables the Wireless Gigabit (WiGig) radio control switch on the dock.Possible values are:• Enable • Disable

• Command to check current value of “Wireless Switch GPS On WWAN Radio"

wmic /namespace:\\root\dcim\sysman path Dcim_Biosenumeration where (AttributeName=" Wireless Switch GPS On WWAN Radio") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription

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

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

Page 27: Dcm9 1(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/bb/en/bbdhs1/product-support/product/dell-cmnd-mntr-v9.1/manuals

Dell Command | Monitor support links.