SlideShare a Scribd company logo
1 of 27
Download to read offline
Dell - Internal Use - Confidential - Customer WorkproductDell - Internal Use - Confidential - Customer Workproduct
Dell Command | Monitor 9.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
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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes
AttributeName=("Extend Post Time") AttributeValue=(“3") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
External WLAN Activity LED
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="External WLAN
Activity LED") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “External WLAN Activity LED” token to Enable
wmic /namespace:rootdcimsysman 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 Disable
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=("External WLAN Activity LED") AttributeValue=("2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Intel Ready Mode Technology
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Intel Ready Mode
Technology") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set "Intel Ready Mode Technology" token to Disable
wmic /namespace:rootdcimsysman 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 Enable
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=("Intel Ready Mode Technology") AttributeValue=("2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Keyboard Backlight Active Color
Token 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
Dell - Internal Use - Confidential - Customer Workproduct
• Command to check current value of “Keyboard Backlight Active Color"
wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Keyboard Backlight Active
Color") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Keyboard Backlight Active Color" to White
wmwmic /namespace:rootdcimsysman 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 Red
wmic /namespace:rootdcimsysman 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 Blue
wmic /namespace:rootdcimsysman 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 Blue
wmic /namespace:rootdcimsysman 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 1
wmic /namespace:rootdcimsysman 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 1
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard
Backlight Active Color") AttributeValue=(“5") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Keyboard Backlight Color Enable
Token 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
Dell - Internal Use - Confidential - Customer Workproduct
• Command to check current value of “Keyboard Backlight Color Enable”
wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Keyboard Backlight Color Enable") get
Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Keyboard Backlight Color Enable" token to none
wmic /namespace:rootdcimsysman 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 White
wmic /namespace:rootdcimsysman 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 Red
wmic /namespace:rootdcimsysman 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 Green
wmic /namespace:rootdcimsysman 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 Blue
wmic /namespace:rootdcimsysman 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 1
wmic /namespace:rootdcimsysman 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 2
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes
AttributeName=("Keyboard Backlight Color Enable") AttributeValue=(“6") AuthorizationToken='dell'
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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Keyboard Backlight
Custom Color 1 ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Keyboard Backlight Custom Color 1 " token
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 1 ") AttributeValue=("0-255,0-255,0-255")
AuthorizationToken='dell'
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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Keyboard Backlight
Custom Color 2 ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Keyboard Backlight Custom Color 2 " token
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 2 ") AttributeValue =("0-255,0-255,0-255")
AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Primary Video Device Slot
Token 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(“Primary
Video Device Slot") AttributeValue=(“255") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Rugged Dock Non-Video Devices
Token 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:rootdcimsysman 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 enable
wmic /namespace:rootdcimsysman 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 Disable
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Rugged Dock Non-Video Devices ") AttributeValue=(“2")
AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet Bluetooth
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Stealth Mode Quiet
Bluetooth ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet Bluetooth " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=("Stealth Mode Quiet Bluetooth ") AttributeValue=(“2")
AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet Fans
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Stealth Mode Quiet
Fans ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet Fans " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=("Stealth Mode Quiet Fans ") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet GPS
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
GPS ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet GPS " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet GPS ") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet LCD
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
LCD ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet LCD " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LCD ") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet LEDs
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
LEDs ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet LEDs " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LEDs ") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet Speakers
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
Speakers") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet Speakers " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet Speakers") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet WLAN
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
WLAN") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet WLAN " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WLAN") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode Quiet WWAN
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet
WWAN") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode Quiet WWAN " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WWAN") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Stealth Mode WiGig Radio
Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode WiGig
Radio ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
• Command to set “Stealth Mode WiGig Radio " token to Unchanged
wmic /namespace:rootdcimsysman 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 Trunoff
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call
SetBIOSAttributes AttributeName=(" Stealth Mode WiGig Radio ") AttributeValue=(“2") AuthorizationToken='dell'
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
Dell - Internal Use - Confidential - Customer Workproduct
 Command to check current value of “USB Port 20"
wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Wireless Radio
Control Switch") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription
 Command to set “USB Port 20" token to Disable
wmic /namespace:rootdcimsysman 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 Enable
wmic /namespace:rootdcimsysman 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
Dell - Internal Use - Confidential - Customer Workproduct
Wireless Switch WLAN-WIGIG Control
Token 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:rootdcimsysman 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 Enable
wmic /namespace:rootdcimsysman 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 Disable
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes
AttributeName=(" Wireless Switch WLAN-WIGIG Control") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
Wireless Switch GPS On WWAN Radio
Token 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:rootdcimsysman 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 Enable
wmic /namespace:rootdcimsysman 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 Disable
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes
AttributeName=(" Wireless Switch GPS On WWAN Radio") AttributeValue=(“2") AuthorizationToken='dell'
Dell - Internal Use - Confidential - Customer Workproduct
http://en.community.dell.com/techcenter/enterpris
e-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.

More Related Content

What's hot

Novell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best PracticesNovell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best PracticesNovell
 
AMD Embedded G-Series Press Presentation
AMD Embedded G-Series Press PresentationAMD Embedded G-Series Press Presentation
AMD Embedded G-Series Press PresentationAMD
 
kexec / kdump implementation in Linux Kernel and Xen hypervisor
kexec / kdump implementation in Linux Kernel and Xen hypervisorkexec / kdump implementation in Linux Kernel and Xen hypervisor
kexec / kdump implementation in Linux Kernel and Xen hypervisorThe Linux Foundation
 
OSSNA18: Xen Beginners Training (exercise script)
OSSNA18: Xen Beginners Training (exercise script)OSSNA18: Xen Beginners Training (exercise script)
OSSNA18: Xen Beginners Training (exercise script)The Linux Foundation
 
What is new in Citrix xen Client
What is new in Citrix xen ClientWhat is new in Citrix xen Client
What is new in Citrix xen ClientDigicomp Academy AG
 
Xen & the Art of Virtualization
Xen & the Art of VirtualizationXen & the Art of Virtualization
Xen & the Art of VirtualizationTareque Hossain
 
Vocabulario del area Informática
Vocabulario del area InformáticaVocabulario del area Informática
Vocabulario del area Informáticaduquepeluzzo
 
XEN Server Magnus Wetterberg
XEN Server Magnus WetterbergXEN Server Magnus Wetterberg
XEN Server Magnus Wetterbergwebhostingguy
 
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration Management
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration ManagementTips, Tricks and Cool Solutions for Novell ZENworks Configuration Management
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration ManagementNovell
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced TopicsDell World
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 WorkflowDell World
 
Walter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompWalter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompDigicomp Academy AG
 
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...Novell
 
FY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewFY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewHarold Wong
 

What's hot (19)

Novell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best PracticesNovell ZENworks Patch Management Best Practices
Novell ZENworks Patch Management Best Practices
 
AMD Embedded G-Series Press Presentation
AMD Embedded G-Series Press PresentationAMD Embedded G-Series Press Presentation
AMD Embedded G-Series Press Presentation
 
kexec / kdump implementation in Linux Kernel and Xen hypervisor
kexec / kdump implementation in Linux Kernel and Xen hypervisorkexec / kdump implementation in Linux Kernel and Xen hypervisor
kexec / kdump implementation in Linux Kernel and Xen hypervisor
 
OSSNA18: Xen Beginners Training (exercise script)
OSSNA18: Xen Beginners Training (exercise script)OSSNA18: Xen Beginners Training (exercise script)
OSSNA18: Xen Beginners Training (exercise script)
 
What is new in Citrix xen Client
What is new in Citrix xen ClientWhat is new in Citrix xen Client
What is new in Citrix xen Client
 
Xen RAS Status and Progress
Xen RAS Status and ProgressXen RAS Status and Progress
Xen RAS Status and Progress
 
Xen & the Art of Virtualization
Xen & the Art of VirtualizationXen & the Art of Virtualization
Xen & the Art of Virtualization
 
Vocabulario del area Informática
Vocabulario del area InformáticaVocabulario del area Informática
Vocabulario del area Informática
 
XEN Server Magnus Wetterberg
XEN Server Magnus WetterbergXEN Server Magnus Wetterberg
XEN Server Magnus Wetterberg
 
Informe winaudit
Informe winauditInforme winaudit
Informe winaudit
 
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration Management
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration ManagementTips, Tricks and Cool Solutions for Novell ZENworks Configuration Management
Tips, Tricks and Cool Solutions for Novell ZENworks Configuration Management
 
K2000 Advanced Topics
K2000 Advanced TopicsK2000 Advanced Topics
K2000 Advanced Topics
 
Optimizing K2000 Workflow
Optimizing K2000 WorkflowOptimizing K2000 Workflow
Optimizing K2000 Workflow
 
Walter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicompWalter hofstetter xen client enterprise digicomp
Walter hofstetter xen client enterprise digicomp
 
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...
Windows 7 Deployment with Novell ZENworks Configuration Management and ENGL I...
 
FY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewFY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 Overview
 
ZCM 3rd Party Imaging
ZCM 3rd Party ImagingZCM 3rd Party Imaging
ZCM 3rd Party Imaging
 
Prueba
PruebaPrueba
Prueba
 
Hp dc8200 quick-specs
Hp dc8200 quick-specsHp dc8200 quick-specs
Hp dc8200 quick-specs
 

Similar to Dcm9 1(omci)support for newly added bios tokens

OMCI8.2.1 support for newly added bios tokens
OMCI8.2.1 support for newly added bios tokensOMCI8.2.1 support for newly added bios tokens
OMCI8.2.1 support for newly added bios tokensartisriva
 
Omci8.2 support for newly added bios tokens
Omci8.2 support for newly added bios tokensOmci8.2 support for newly added bios tokens
Omci8.2 support for newly added bios tokensartisriva
 
Windows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, ToolsWindows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, ToolsRoel van Bueren
 
CCTK2.2.1 support for newly added bios tokens
CCTK2.2.1 support for newly added bios tokensCCTK2.2.1 support for newly added bios tokens
CCTK2.2.1 support for newly added bios tokensartisriva
 
UGIF 12 2010 - features11.70
UGIF 12 2010 - features11.70UGIF 12 2010 - features11.70
UGIF 12 2010 - features11.70UGIF
 
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7Nicolas Desachy
 
Fun with exploits old and new
Fun with exploits old and newFun with exploits old and new
Fun with exploits old and newLarry Cashdollar
 
Raritan Dominion KSX II Customer Presentation
Raritan Dominion KSX II Customer PresentationRaritan Dominion KSX II Customer Presentation
Raritan Dominion KSX II Customer Presentationsantiagotiprigan
 
0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and Profit0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and ProfitRussell Sanford
 
K2000 Scripted Installations
K2000 Scripted InstallationsK2000 Scripted Installations
K2000 Scripted InstallationsDell World
 
Codetainer: a Docker-based browser code 'sandbox'
Codetainer: a Docker-based browser code 'sandbox'Codetainer: a Docker-based browser code 'sandbox'
Codetainer: a Docker-based browser code 'sandbox'Jen Andre
 
PowerShell for Cyber Warriors - Bsides Knoxville 2016
PowerShell for Cyber Warriors - Bsides Knoxville 2016PowerShell for Cyber Warriors - Bsides Knoxville 2016
PowerShell for Cyber Warriors - Bsides Knoxville 2016Russel Van Tuyl
 
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixContinuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixFlorian Georg
 
24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAsKellyn Pot'Vin-Gorman
 
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告fm2008
 
IoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitIoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitVasily Ryzhonkov
 
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12Puppet
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping DominoFactor-y S.r.l.
 

Similar to Dcm9 1(omci)support for newly added bios tokens (20)

OMCI8.2.1 support for newly added bios tokens
OMCI8.2.1 support for newly added bios tokensOMCI8.2.1 support for newly added bios tokens
OMCI8.2.1 support for newly added bios tokens
 
Omci8.2 support for newly added bios tokens
Omci8.2 support for newly added bios tokensOmci8.2 support for newly added bios tokens
Omci8.2 support for newly added bios tokens
 
Windows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, ToolsWindows 8.1 Deployment - Tools, Tools, Tools
Windows 8.1 Deployment - Tools, Tools, Tools
 
Hacking_PPT
Hacking_PPT Hacking_PPT
Hacking_PPT
 
CCTK2.2.1 support for newly added bios tokens
CCTK2.2.1 support for newly added bios tokensCCTK2.2.1 support for newly added bios tokens
CCTK2.2.1 support for newly added bios tokens
 
UGIF 12 2010 - features11.70
UGIF 12 2010 - features11.70UGIF 12 2010 - features11.70
UGIF 12 2010 - features11.70
 
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7
Informix User Group France - 30/11/2010 - Fonctionalités IDS 11.7
 
Fun with exploits old and new
Fun with exploits old and newFun with exploits old and new
Fun with exploits old and new
 
Raritan Dominion KSX II Customer Presentation
Raritan Dominion KSX II Customer PresentationRaritan Dominion KSX II Customer Presentation
Raritan Dominion KSX II Customer Presentation
 
0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and Profit0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and Profit
 
K2000 Scripted Installations
K2000 Scripted InstallationsK2000 Scripted Installations
K2000 Scripted Installations
 
Codetainer: a Docker-based browser code 'sandbox'
Codetainer: a Docker-based browser code 'sandbox'Codetainer: a Docker-based browser code 'sandbox'
Codetainer: a Docker-based browser code 'sandbox'
 
PowerShell for Cyber Warriors - Bsides Knoxville 2016
PowerShell for Cyber Warriors - Bsides Knoxville 2016PowerShell for Cyber Warriors - Bsides Knoxville 2016
PowerShell for Cyber Warriors - Bsides Knoxville 2016
 
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixContinuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
 
24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs24HOP Introduction to Linux for SQL Server DBAs
24HOP Introduction to Linux for SQL Server DBAs
 
Hacking
HackingHacking
Hacking
 
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告
Aix5[1].3+hacmp+oracle9 i+weblogic8.1安装实施报告
 
IoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT DevkitIoT Getting Started with Intel® IoT Devkit
IoT Getting Started with Intel® IoT Devkit
 
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12
Puppet at DemonWare - Ruaidhri Power - Puppetcamp Dublin '12
 
Connect2016 Shipping Domino
Connect2016 Shipping DominoConnect2016 Shipping Domino
Connect2016 Shipping Domino
 

More from artisriva

Dcc3 1(cctk)support for newly added bios tokens
Dcc3 1(cctk)support for newly added bios tokensDcc3 1(cctk)support for newly added bios tokens
Dcc3 1(cctk)support for newly added bios tokensartisriva
 
Powershell dcpp
Powershell dcppPowershell dcpp
Powershell dcppartisriva
 
Security concepts
Security conceptsSecurity concepts
Security conceptsartisriva
 
DCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensDCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensartisriva
 
Dell biz client driver cab os deployment using sccm dcip
Dell biz client driver cab os deployment using sccm dcipDell biz client driver cab os deployment using sccm dcip
Dell biz client driver cab os deployment using sccm dcipartisriva
 
Linux training
Linux trainingLinux training
Linux trainingartisriva
 
Cctk support for setting hdd password
Cctk support for setting hdd passwordCctk support for setting hdd password
Cctk support for setting hdd passwordartisriva
 
Dell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensDell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensartisriva
 

More from artisriva (8)

Dcc3 1(cctk)support for newly added bios tokens
Dcc3 1(cctk)support for newly added bios tokensDcc3 1(cctk)support for newly added bios tokens
Dcc3 1(cctk)support for newly added bios tokens
 
Powershell dcpp
Powershell dcppPowershell dcpp
Powershell dcpp
 
Security concepts
Security conceptsSecurity concepts
Security concepts
 
DCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokensDCC 3.0(cctk)support for newly added bios tokens
DCC 3.0(cctk)support for newly added bios tokens
 
Dell biz client driver cab os deployment using sccm dcip
Dell biz client driver cab os deployment using sccm dcipDell biz client driver cab os deployment using sccm dcip
Dell biz client driver cab os deployment using sccm dcip
 
Linux training
Linux trainingLinux training
Linux training
 
Cctk support for setting hdd password
Cctk support for setting hdd passwordCctk support for setting hdd password
Cctk support for setting hdd password
 
Dell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokensDell Cctk support for newly added bios tokens
Dell Cctk support for newly added bios tokens
 

Recently uploaded

Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentMahmoud Rabie
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Mark Simos
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 

Recently uploaded (20)

Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
Digital Tools & AI in Career Development
Digital Tools & AI in Career DevelopmentDigital Tools & AI in Career Development
Digital Tools & AI in Career Development
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 

Dcm9 1(omci)support for newly added bios tokens

  • 1. Dell - Internal Use - Confidential - Customer WorkproductDell - Internal Use - Confidential - Customer Workproduct Dell Command | Monitor 9.1 (OMCI) support for newly added BIOS tokens
  • 2. 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
  • 3. 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Extend Post Time") AttributeValue=(“3") AuthorizationToken='dell'
  • 4. Dell - Internal Use - Confidential - Customer Workproduct External WLAN Activity LED Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="External WLAN Activity LED") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “External WLAN Activity LED” token to Enable wmic /namespace:rootdcimsysman 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 Disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("External WLAN Activity LED") AttributeValue=("2") AuthorizationToken='dell'
  • 5. Dell - Internal Use - Confidential - Customer Workproduct Intel Ready Mode Technology Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Intel Ready Mode Technology") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set "Intel Ready Mode Technology" token to Disable wmic /namespace:rootdcimsysman 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 Enable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Intel Ready Mode Technology") AttributeValue=("2") AuthorizationToken='dell'
  • 6. Dell - Internal Use - Confidential - Customer Workproduct Keyboard Backlight Active Color Token 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
  • 7. Dell - Internal Use - Confidential - Customer Workproduct • Command to check current value of “Keyboard Backlight Active Color" wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Keyboard Backlight Active Color") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Keyboard Backlight Active Color" to White wmwmic /namespace:rootdcimsysman 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 Red wmic /namespace:rootdcimsysman 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 Blue wmic /namespace:rootdcimsysman 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 Blue wmic /namespace:rootdcimsysman 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 1 wmic /namespace:rootdcimsysman 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 1 wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Active Color") AttributeValue=(“5") AuthorizationToken='dell'
  • 8. Dell - Internal Use - Confidential - Customer Workproduct Keyboard Backlight Color Enable Token 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
  • 9. Dell - Internal Use - Confidential - Customer Workproduct • Command to check current value of “Keyboard Backlight Color Enable” wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Keyboard Backlight Color Enable") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Keyboard Backlight Color Enable" token to none wmic /namespace:rootdcimsysman 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 White wmic /namespace:rootdcimsysman 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 Red wmic /namespace:rootdcimsysman 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 Green wmic /namespace:rootdcimsysman 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 Blue wmic /namespace:rootdcimsysman 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 1 wmic /namespace:rootdcimsysman 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 2 wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Keyboard Backlight Color Enable") AttributeValue=(“6") AuthorizationToken='dell'
  • 10. 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Keyboard Backlight Custom Color 1 ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Keyboard Backlight Custom Color 1 " token wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 1 ") AttributeValue=("0-255,0-255,0-255") AuthorizationToken='dell'
  • 11. 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Keyboard Backlight Custom Color 2 ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Keyboard Backlight Custom Color 2 " token wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Keyboard Backlight Custom Color 2 ") AttributeValue =("0-255,0-255,0-255") AuthorizationToken='dell'
  • 12. Dell - Internal Use - Confidential - Customer Workproduct Primary Video Device Slot Token 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman 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:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(“Primary Video Device Slot") AttributeValue=(“255") AuthorizationToken='dell'
  • 13. Dell - Internal Use - Confidential - Customer Workproduct Rugged Dock Non-Video Devices Token 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:rootdcimsysman 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 enable wmic /namespace:rootdcimsysman 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 Disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Rugged Dock Non-Video Devices ") AttributeValue=(“2") AuthorizationToken='dell'
  • 14. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet Bluetooth Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Stealth Mode Quiet Bluetooth ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet Bluetooth " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Bluetooth ") AttributeValue=(“2") AuthorizationToken='dell'
  • 15. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet Fans Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName="Stealth Mode Quiet Fans ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet Fans " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Stealth Mode Quiet Fans ") AttributeValue=(“2") AuthorizationToken='dell'
  • 16. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet GPS Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet GPS ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet GPS " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet GPS ") AttributeValue=(“2") AuthorizationToken='dell'
  • 17. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet LCD Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet LCD ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet LCD " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LCD ") AttributeValue=(“2") AuthorizationToken='dell'
  • 18. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet LEDs Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet LEDs ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet LEDs " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet LEDs ") AttributeValue=(“2") AuthorizationToken='dell'
  • 19. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet Speakers Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet Speakers") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet Speakers " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet Speakers") AttributeValue=(“2") AuthorizationToken='dell'
  • 20. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet WLAN Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet WLAN") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet WLAN " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WLAN") AttributeValue=(“2") AuthorizationToken='dell'
  • 21. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode Quiet WWAN Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode Quiet WWAN") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode Quiet WWAN " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode Quiet WWAN") AttributeValue=(“2") AuthorizationToken='dell'
  • 22. Dell - Internal Use - Confidential - Customer Workproduct Stealth Mode WiGig Radio Token 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:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Stealth Mode WiGig Radio ") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription • Command to set “Stealth Mode WiGig Radio " token to Unchanged wmic /namespace:rootdcimsysman 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 Trunoff wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Stealth Mode WiGig Radio ") AttributeValue=(“2") AuthorizationToken='dell'
  • 23. 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
  • 24. Dell - Internal Use - Confidential - Customer Workproduct  Command to check current value of “USB Port 20" wmic /namespace:rootdcimsysman path Dcim_Biosenumeration where (AttributeName=" Wireless Radio Control Switch") get Attributename,currentValue,PossibleValues,Possiblevaluesdescription  Command to set “USB Port 20" token to Disable wmic /namespace:rootdcimsysman 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 Enable wmic /namespace:rootdcimsysman 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
  • 25. Dell - Internal Use - Confidential - Customer Workproduct Wireless Switch WLAN-WIGIG Control Token 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:rootdcimsysman 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 Enable wmic /namespace:rootdcimsysman 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 Disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Wireless Switch WLAN-WIGIG Control") AttributeValue=(“2") AuthorizationToken='dell'
  • 26. Dell - Internal Use - Confidential - Customer Workproduct Wireless Switch GPS On WWAN Radio Token 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:rootdcimsysman 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 Enable wmic /namespace:rootdcimsysman 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 Disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=(" Wireless Switch GPS On WWAN Radio") AttributeValue=(“2") AuthorizationToken='dell'
  • 27. Dell - Internal Use - Confidential - Customer Workproduct http://en.community.dell.com/techcenter/enterpris e-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.