SlideShare una empresa de Scribd logo
1 de 15
OMCI-8.2.1 supported newly 
added BIOS tokens 
Open Manage Client 
Instrumentation(OMCI) 
Dell - Internal Use - Confidential - Customer Workproduct
Introduction 
OMCI Supports the following newly added BIOS tokens: 
 Dell Reliable Memory Technology 
 Dell WYSE P25 BIOS Access 
 PCI MMIO Size 
 PCI Allocation Priority 
 Intel Platform Trust Technology 
 Deep Sleep Control 
Dell - Internal Use - Confidential - Customer Workproduct
New token supports the following LOB 
• LATITUDE 
• OPTIPLEX 
• PRECISION 
Dell - Internal Use - Confidential - Customer Workproduct
Dell Reliable Memory Technology 
The Dell Reliable Memory Technology feature is a method to identify 
and filter out defective regions of the memory modules before they are 
consumed by the BIOS or OS. 
Token Name Line of Business Supported Platforms 
Dell Reliable Memory 
Technology PRECISION 
Dell - Internal Use - Confidential - Customer Workproduct 
M4800,M6800, T3610, T5610, T7610, 
T1700 
LATITUDE E6430, E5430, E7440, 
OPTIPLEX 9020
Dell Reliable Memory Technology 
Command to check current value of Dell Reliable Memory Technology 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Dell Reliable 
Memory Technology") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set " Dell Reliable Memory Technology " token to enable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Dell Reliable Memory Technology") AttributeValue=("2") 
AuthorizationToken=‘<password>' 
Command to set " Dell Reliable Memory Technology " token to disable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Dell Reliable Memory Technology") AttributeValue=("1") 
AuthorizationToken =‘<password>' 
Dell - Internal Use - Confidential - Customer Workproduct
Dell Wyse P25 BIOS Access 
It allows remote user access to BIOS setup via Dell Wyse P25 
PCoIP client. 
Token Name Line of Business Supported Platforms 
UEFI NETWORK STACK PRECISION M4800,M6800, T3610, T5610, T7610 
LATITUDE E6430, E5430, E7440, 
OPTIPLEX 9020 
Dell - Internal Use - Confidential - Customer Workproduct
Dell Wyse P25 BIOS Access 
Command to check current value of Dell Wyse P25 BIOS Access 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Dell Wyse P25 
Bios Access") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set "Dell Wyse P25 BIOS Access" token to enable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Dell Wyse P25 Bios Access") AttributeValue=("2") AuthorizationToken 
=‘<password>' 
Command to set "Dell Wyse P25 BIOS Access" token to disable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Dell Wyse P25 Bios Access") AttributeValue=("1") AuthorizationToken 
=‘<password>' 
Dell - Internal Use - Confidential - Customer Workproduct
PCI MMIO Size 
PCI MMIO Size helps in allocating a part of the memory to the PCI Memory 
Mapped I/O. 
List of tokens Line of Business Supported Platforms 
PCI MMIO Size PRECISION T7600 
LATITUDE Not Supported 
OPTIPLEX Not Supported 
Dell - Internal Use - Confidential - Customer Workproduct
PCI MMIO Size 
Command to check current value of " PCI MMIO Size " 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Pci Mmio Space 
Size") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set “PCI MMIO Size" token to small 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Pci Mmio Space Size") AttributeValue=("1") AuthorizationToken= 'dell' 
Command to set " PCI MMIO Size " token to large 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Pci Mmio Space Size") AttributeValue=("2") AuthorizationToken='dell' 
Dell - Internal Use - Confidential - Customer Workproduct
PCI Allocation Priority 
This is an option to allocate PCI resources, buses, memory-mapped I/O (MMIO) 
space and I/O space when two or more CPUs are installed. 
List of tokens Line of Business Supported Platforms 
PEAKSHIFT BATTERY 
PRECISION M4800,M6800 
THRESHOLD 
LATITUDE E7240,E7440,E6540 
OPTIPLEX NOT SUPPORTED 
Dell - Internal Use - Confidential - Customer Workproduct
PCI Allocation Priority 
Command to check current value of "PCI Allocation Priority/Resource allocation 
ratio” 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="PCI Resource Allocation 
Ratio") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set " PCI Allocation Priority/Resource allocation ratio " token to 
“Evenly” 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes 
AttributeName=("PCI Resource Allocation Ratio") AttributeValue=("1") AuthorizationToken='dell' 
Command to set " PCI Allocation Priority/Resource allocation ratio " token to 
CPU1 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes 
AttributeName=("PCI Resource Allocation Ratio") AttributeValue=("2") AuthorizationToken='dell' 
Dell - Internal Use - Confidential - Customer Workproduct
Intel Platform Trust Technology 
Display the Intel Platform Trust Technology (PTT) device 
from the operating system on the following boot. 
List of tokens Line of Business Supported Platforms 
ON-SCREEN BUTTONS 
PRECISION 
Dell - Internal Use - Confidential - Customer Workproduct 
M4800,M6800, T3610, T5610, T7610, 
T1700 
LATITUDE E6430, E5430, E7440, 
OPTIPLEX 9020
Intel Platform Trust Technology 
Command to check current value of “Intel Platform Trust Technology” 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Intel Platform Trust 
Technology") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set " Intel Platform Trust Technology " token to enable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes 
AttributeName=("Intel Platform Trust Technology") AttributeValue=("1") AuthorizationToken='dell' 
Command to set " Intel Platform Trust Technology " token to disable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes 
AttributeName=("Intel Platform Trust Technology") AttributeValue=("2") AuthorizationToken='dell' 
Dell - Internal Use - Confidential - Customer Workproduct
Deep Sleep Control 
It allows you to define the controls when Deep Sleep is enabled. 
List of tokens Line of Business Supported Platforms 
ADVANCED BATTERY 
CHARGING MODE PRECISION 
Dell - Internal Use - Confidential - Customer Workproduct 
M4800,M6800,T1700, M4800,M6800, 
T3610, T5610, T7610 
LATITUDE E7240 
OPTIPLEX 9020
Deep Sleep Control 
Command to check current value of “Deep Sleep Control" 
wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Deep Sleep 
Control") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription 
Command to set "Deep Sleep Control" token to S4 and S5 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("1") AuthorizationToken='dell' 
Command to set "Deep Sleep Control " token to disable 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("2") AuthorizationToken='dell‘ 
Command to set "Deep Sleep Control " S5 only 
wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call 
SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("3") AuthorizationToken='dell' 
Dell - Internal Use - Confidential - Customer Workproduct

Más contenido relacionado

La actualidad más candente

Red hat enterprise_linux-5.5-release_notes-en-us
Red hat enterprise_linux-5.5-release_notes-en-usRed hat enterprise_linux-5.5-release_notes-en-us
Red hat enterprise_linux-5.5-release_notes-en-us
Duong Hieu
 
Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-
Alberto Vargas
 
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 finCерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
DEPO Computers
 

La actualidad más candente (15)

The Unique Machine Number in FlexNet Publisher and FlexNet Operations
The Unique Machine Number in FlexNet Publisher and FlexNet OperationsThe Unique Machine Number in FlexNet Publisher and FlexNet Operations
The Unique Machine Number in FlexNet Publisher and FlexNet Operations
 
Workstation pro-12 guía
Workstation pro-12 guíaWorkstation pro-12 guía
Workstation pro-12 guía
 
BAS004-1_伺服器硬體基礎_v181026
BAS004-1_伺服器硬體基礎_v181026BAS004-1_伺服器硬體基礎_v181026
BAS004-1_伺服器硬體基礎_v181026
 
Red hat enterprise_linux-5.5-release_notes-en-us
Red hat enterprise_linux-5.5-release_notes-en-usRed hat enterprise_linux-5.5-release_notes-en-us
Red hat enterprise_linux-5.5-release_notes-en-us
 
Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-Plan de sesion_integrado_18_febrero_2011 -eng-
Plan de sesion_integrado_18_febrero_2011 -eng-
 
Tegra 250 hw_setup
Tegra 250 hw_setupTegra 250 hw_setup
Tegra 250 hw_setup
 
QEMU Development and Testing Automation Using MS HCK - Anton Nayshtut and Yan...
QEMU Development and Testing Automation Using MS HCK - Anton Nayshtut and Yan...QEMU Development and Testing Automation Using MS HCK - Anton Nayshtut and Yan...
QEMU Development and Testing Automation Using MS HCK - Anton Nayshtut and Yan...
 
Vsp 41 config_max
Vsp 41 config_maxVsp 41 config_max
Vsp 41 config_max
 
VMware Interview questions and answers
VMware Interview questions and answersVMware Interview questions and answers
VMware Interview questions and answers
 
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 finCерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
Cерверы Depo storm 3400 на базе новейших процессоров intel xeon e5 2600v3 fin
 
GUI or command line - you can get the best of both worlds
GUI or command line - you can get the best of both worldsGUI or command line - you can get the best of both worlds
GUI or command line - you can get the best of both worlds
 
Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012Windows guest debugging presentation from KVM Forum 2012
Windows guest debugging presentation from KVM Forum 2012
 
Vmware admin interview questions
Vmware admin interview questionsVmware admin interview questions
Vmware admin interview questions
 
Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5Platform administration guide-nos_v3_5
Platform administration guide-nos_v3_5
 
Power8 sales exam prep
 Power8 sales exam prep Power8 sales exam prep
Power8 sales exam prep
 

Similar a OMCI8.2.1 support for newly added bios tokens

Addmi 03-addm prerequisites
Addmi 03-addm prerequisitesAddmi 03-addm prerequisites
Addmi 03-addm prerequisites
odanyboy
 
Claudio Scordino - Handling mixed criticality on embedded multi-core systems
Claudio Scordino - Handling mixed criticality on embedded multi-core systemsClaudio Scordino - Handling mixed criticality on embedded multi-core systems
Claudio Scordino - Handling mixed criticality on embedded multi-core systems
linuxlab_conf
 
Positive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-raysPositive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-rays
qqlan
 

Similar a OMCI8.2.1 support for newly added bios tokens (20)

DCM 9.0(omci)support for newly added bios tokens
DCM 9.0(omci)support for newly added bios tokensDCM 9.0(omci)support for newly added bios tokens
DCM 9.0(omci)support for newly added bios tokens
 
VMworld 2013: ESXi Native Networking Driver Model - Delivering on Simplicity ...
VMworld 2013: ESXi Native Networking Driver Model - Delivering on Simplicity ...VMworld 2013: ESXi Native Networking Driver Model - Delivering on Simplicity ...
VMworld 2013: ESXi Native Networking Driver Model - Delivering on Simplicity ...
 
Addmi 03-addm prerequisites
Addmi 03-addm prerequisitesAddmi 03-addm prerequisites
Addmi 03-addm prerequisites
 
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
 
Project ACRN CSE Virtualization
Project ACRN CSE VirtualizationProject ACRN CSE Virtualization
Project ACRN CSE Virtualization
 
VDI-in-a-Box installation guide for Lab PCs
VDI-in-a-Box installation guide for Lab PCs VDI-in-a-Box installation guide for Lab PCs
VDI-in-a-Box installation guide for Lab PCs
 
Claudio Scordino - Handling mixed criticality on embedded multi-core systems
Claudio Scordino - Handling mixed criticality on embedded multi-core systemsClaudio Scordino - Handling mixed criticality on embedded multi-core systems
Claudio Scordino - Handling mixed criticality on embedded multi-core systems
 
Ato2019 weave-services-istio
Ato2019 weave-services-istioAto2019 weave-services-istio
Ato2019 weave-services-istio
 
All Things Open 2019 weave-services-istio
All Things Open 2019 weave-services-istioAll Things Open 2019 weave-services-istio
All Things Open 2019 weave-services-istio
 
Weave Your Microservices with Istio
Weave Your Microservices with IstioWeave Your Microservices with Istio
Weave Your Microservices with Istio
 
Super-NetOps Source of Truth
Super-NetOps Source of TruthSuper-NetOps Source of Truth
Super-NetOps Source of Truth
 
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'
 
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
MongoDB World 2018: Low Hanging Fruit: Making Your Basic MongoDB Installation...
 
Positive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-raysPositive Technologies - S4 - Scada under x-rays
Positive Technologies - S4 - Scada under x-rays
 
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
 
Dell EMC OpenManage Enterprise Ovierview 3.3
Dell EMC OpenManage Enterprise Ovierview 3.3Dell EMC OpenManage Enterprise Ovierview 3.3
Dell EMC OpenManage Enterprise Ovierview 3.3
 
How to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWSHow to build a Citrix infrastructure on AWS
How to build a Citrix infrastructure on AWS
 
Attack your Trusted Core
Attack your Trusted CoreAttack your Trusted Core
Attack your Trusted Core
 
Hacking_PPT
Hacking_PPT Hacking_PPT
Hacking_PPT
 
AD authentication with be eID
AD authentication with be eIDAD authentication with be eID
AD authentication with be eID
 

Más de artisriva (7)

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
 

Último

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Último (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

OMCI8.2.1 support for newly added bios tokens

  • 1. OMCI-8.2.1 supported newly added BIOS tokens Open Manage Client Instrumentation(OMCI) Dell - Internal Use - Confidential - Customer Workproduct
  • 2. Introduction OMCI Supports the following newly added BIOS tokens:  Dell Reliable Memory Technology  Dell WYSE P25 BIOS Access  PCI MMIO Size  PCI Allocation Priority  Intel Platform Trust Technology  Deep Sleep Control Dell - Internal Use - Confidential - Customer Workproduct
  • 3. New token supports the following LOB • LATITUDE • OPTIPLEX • PRECISION Dell - Internal Use - Confidential - Customer Workproduct
  • 4. Dell Reliable Memory Technology The Dell Reliable Memory Technology feature is a method to identify and filter out defective regions of the memory modules before they are consumed by the BIOS or OS. Token Name Line of Business Supported Platforms Dell Reliable Memory Technology PRECISION Dell - Internal Use - Confidential - Customer Workproduct M4800,M6800, T3610, T5610, T7610, T1700 LATITUDE E6430, E5430, E7440, OPTIPLEX 9020
  • 5. Dell Reliable Memory Technology Command to check current value of Dell Reliable Memory Technology wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Dell Reliable Memory Technology") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set " Dell Reliable Memory Technology " token to enable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dell Reliable Memory Technology") AttributeValue=("2") AuthorizationToken=‘<password>' Command to set " Dell Reliable Memory Technology " token to disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dell Reliable Memory Technology") AttributeValue=("1") AuthorizationToken =‘<password>' Dell - Internal Use - Confidential - Customer Workproduct
  • 6. Dell Wyse P25 BIOS Access It allows remote user access to BIOS setup via Dell Wyse P25 PCoIP client. Token Name Line of Business Supported Platforms UEFI NETWORK STACK PRECISION M4800,M6800, T3610, T5610, T7610 LATITUDE E6430, E5430, E7440, OPTIPLEX 9020 Dell - Internal Use - Confidential - Customer Workproduct
  • 7. Dell Wyse P25 BIOS Access Command to check current value of Dell Wyse P25 BIOS Access wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Dell Wyse P25 Bios Access") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set "Dell Wyse P25 BIOS Access" token to enable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dell Wyse P25 Bios Access") AttributeValue=("2") AuthorizationToken =‘<password>' Command to set "Dell Wyse P25 BIOS Access" token to disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Dell Wyse P25 Bios Access") AttributeValue=("1") AuthorizationToken =‘<password>' Dell - Internal Use - Confidential - Customer Workproduct
  • 8. PCI MMIO Size PCI MMIO Size helps in allocating a part of the memory to the PCI Memory Mapped I/O. List of tokens Line of Business Supported Platforms PCI MMIO Size PRECISION T7600 LATITUDE Not Supported OPTIPLEX Not Supported Dell - Internal Use - Confidential - Customer Workproduct
  • 9. PCI MMIO Size Command to check current value of " PCI MMIO Size " wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Pci Mmio Space Size") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set “PCI MMIO Size" token to small wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Pci Mmio Space Size") AttributeValue=("1") AuthorizationToken= 'dell' Command to set " PCI MMIO Size " token to large wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Pci Mmio Space Size") AttributeValue=("2") AuthorizationToken='dell' Dell - Internal Use - Confidential - Customer Workproduct
  • 10. PCI Allocation Priority This is an option to allocate PCI resources, buses, memory-mapped I/O (MMIO) space and I/O space when two or more CPUs are installed. List of tokens Line of Business Supported Platforms PEAKSHIFT BATTERY PRECISION M4800,M6800 THRESHOLD LATITUDE E7240,E7440,E6540 OPTIPLEX NOT SUPPORTED Dell - Internal Use - Confidential - Customer Workproduct
  • 11. PCI Allocation Priority Command to check current value of "PCI Allocation Priority/Resource allocation ratio” wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="PCI Resource Allocation Ratio") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set " PCI Allocation Priority/Resource allocation ratio " token to “Evenly” wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("PCI Resource Allocation Ratio") AttributeValue=("1") AuthorizationToken='dell' Command to set " PCI Allocation Priority/Resource allocation ratio " token to CPU1 wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("PCI Resource Allocation Ratio") AttributeValue=("2") AuthorizationToken='dell' Dell - Internal Use - Confidential - Customer Workproduct
  • 12. Intel Platform Trust Technology Display the Intel Platform Trust Technology (PTT) device from the operating system on the following boot. List of tokens Line of Business Supported Platforms ON-SCREEN BUTTONS PRECISION Dell - Internal Use - Confidential - Customer Workproduct M4800,M6800, T3610, T5610, T7610, T1700 LATITUDE E6430, E5430, E7440, OPTIPLEX 9020
  • 13. Intel Platform Trust Technology Command to check current value of “Intel Platform Trust Technology” wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Intel Platform Trust Technology") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set " Intel Platform Trust Technology " token to enable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Intel Platform Trust Technology") AttributeValue=("1") AuthorizationToken='dell' Command to set " Intel Platform Trust Technology " token to disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Intel Platform Trust Technology") AttributeValue=("2") AuthorizationToken='dell' Dell - Internal Use - Confidential - Customer Workproduct
  • 14. Deep Sleep Control It allows you to define the controls when Deep Sleep is enabled. List of tokens Line of Business Supported Platforms ADVANCED BATTERY CHARGING MODE PRECISION Dell - Internal Use - Confidential - Customer Workproduct M4800,M6800,T1700, M4800,M6800, T3610, T5610, T7610 LATITUDE E7240 OPTIPLEX 9020
  • 15. Deep Sleep Control Command to check current value of “Deep Sleep Control" wmic /namespace:rootdcimsysman path dcim_BIOSEnumeration WHERE (AttributeName="Deep Sleep Control") get AttributeName,CurrentValue,PossibleValues,PossibleValuesDescription Command to set "Deep Sleep Control" token to S4 and S5 wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("1") AuthorizationToken='dell' Command to set "Deep Sleep Control " token to disable wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("2") AuthorizationToken='dell‘ Command to set "Deep Sleep Control " S5 only wmic /namespace:rootdcimsysman path Dcim_BiosService where Name='Dcim:BiosService' call SetBIOSAttributes AttributeName=("Deep Sleep Control") AttributeValue=("3") AuthorizationToken='dell' Dell - Internal Use - Confidential - Customer Workproduct