Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


January 2007

Standardizing BIOS Settings in a Dell Shop

RSS
Subscribe to Windows IT Pro | See More Systems Administration Articles Here | Reprints | Or get the Monthly Online Pass—only $5.95 a month!

Download the Code Here

I recently needed to standardize the BIOS settings across my organization, and I found the perfect tool: the Dell Client Configuration Utility (DCCU). This powerful application lets you obtain or configure BIOS settings, flash the BIOS, and shut down or restart the system. I've used the DCCU to set Preboot Execution Environment (PXE), Wake on LAN (WOL), and administrator passwords, as well as upgrade and flash the BIOS.

Dell's documentation indicates that the DCCU is compatible with GX150 and later systems. However, I've used the utility on models as old as the GX1 to perform every function except setting BIOS passwords. The DCCU doesn't require you to install other Dell software (e.g., OpenManage) on the client PC.

You can search Dell's support Web site to find the DCCU. Make sure you download the latest version rather than an old version. The current version of DCCU is 1.2.1, which is available at http://support.dell.com/support/downloads/download.aspx?c=us&cs=555&l=en&s=biz& releaseid=r123761&formatcnt=2& libid=0&fileid=164480.

The DCCU interface is simple. The three main tabs correspond to the actions you can perform. You can collect information about current BIOS settings, change BIOS configuration settings, and upgrade or flash the BIOS. Select an action tab, choose the options you want, and click Create Package. The DCCU then creates a small executable package that runs in the Windows environment.

The DCCU Help files suggest using Dell OpenManage Client Administrator (OMCA), Altiris Client Management Suite, or Microsoft Systems Management Server (SMS) to deploy and execute the package across an enterprise. My organization doesn't have any of these solutions, so I wrote a Group Policy computer startup script, which Listing 1 shows, to deploy the package. This script is a batch file that copies the package to the local machine, then executes the package. You might need to modify the script for your environment.

Numerous options exist for storing the DCCU package. I stored the package that I created in a subfolder named \DELL in the Netlogon share. You can store the package in Group Policy and eliminate the need for the localserver variable, or you can store the package in a static location on a file server. The %logonserver% variable isn't available to computer startup scripts. If you have multiple sites with domain controllers (DCs) at each site, the best option is to store the package in Group Policy (in the same directory as the script) or in the Netlogon share, as in my example. This method ensures that the system copies the package from the local server.

When a package runs, it uncompresses several files, executes them, and creates XML log files. You can specify the log-file output directory during the package creation. The XML log files tell you which settings failed, which succeeded, and which weren't applicable because the setting doesn't exist in that BIOS. After a package runs, it cleans up after itself: The package deletes all the files it uncompressed and eventually deletes the package itself. Therefore, you need to use a copy of any package you create when you test and deploy the package.

The If exist line in the script prevents the package from needlessly copying and running at each reboot. One run is sufficient. During the package creation, I specified C:\BIOS as the location to store the XML log files. If C:\BIOS exists, the package has already run and the script jumps to the end and exits.

Although the packages are small (approximately 844KB), on large networks the copying can significantly increase traffic during peak boot times. Thus, you might want to apply the policy in phases to workstation subsets at various times.

If you want to create an image to deploy to new PCs, be sure to delete the output log directory (i.e., C:BIOS) before running Sysprep. This action ensures that new PCs run the script in its entirety.

See Associated Figure

End of Article



Reader Comments
When I click to create the package it asks for a location in which to create it, then creates the .exe file. It does not prompt for the log-file output directory. What am I missing?

Phral February 05, 2007 (Article Rating: )


Good article. We use DCCU and Symantec Ghost Console to deploy it and It works well and is very effective. However, it doesn't seem to support EVERY BIOS setting such as "Asset tag" and "Password Changes" so I may reluctantly wind up installing Dell OMCI after all which will give me a few extras.

tomcomtech August 19, 2009 (Article Rating: )


You must be a registered user or online subscriber to comment on this article. Please log on before posting a comment. Are you a new visitor? Register now




Top Viewed ArticlesView all articles
WinInfo Short Takes: Week of November 23, 2009

An often irreverent look at some of the week's other news, including some post-PDC some soul searching, a Google Chrome OS announcement and a Microsoft response, Windows 7 off to a supposedly strong start, the Jonas Brothers and Xbox 360, and so much more ...

Command Prompt Tricks

One reader shares his tip for setting up the command prompt to reflect a remote path. ...

2009 Windows IT Pro Editors' Best and Community Choice Awards

Picking a favorite product from an impressive crowd of competitive offerings is never an easy task, and such was the case with our Editors' Best and Community Choice awards this year. ...


Scripting Whitepapers From Development to Production: Streamlining SharePoint Deployment with DocAve Deployment Manager

Related Events Deep Dive into Windows Server 2008 R2 presented by John Savill

Cutting Costs with Client Management

7 Ways To Get More From Your SharePoint Deployment Now

Check out our list of Free Email Newsletters!

Scripting eBooks Keeping Your Business Safe from Attack: Encryption and Certificate Services

Best Practices for Managing Linux and UNIX Servers

Building an Effective Reporting System

Related Scripting Resources Introducing Left-Brain.com, the online IT bookstore
Looking for books, CDs, toolkits, eBooks? Prime your mind at Left-Brain.com

Discover Windows IT Pro eLearning Series!
Clear & detailed technical information and helpful how-to's, all in our trademark no-nonsense format


Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement