/build/static/layout/Breadcrumb_cap_w.png

BIOS inventory with KACE?

So I saw this ITNinja KB on deploying BIOS settings via the Dell Command Configuration Wizard (formerly the CCTK), and I'm wondering if there's any way to inventory BIOS settings via KACE?  We rolled out the CCW setting to disable the WLAN connection when the LAN was connected, but would like a way to check if this setting is active everywhere in the environment.

Here's the original article, btw:
http://www.itninja.com/blog/view/dell-bios-manipulation-with-the-k1000-and-dell-cctk

0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: SMal.tmcc 7 years ago
Red Belt
3

Top Answer

 read the entire bios to a text file and also into inventory so I can use contains "blah blah blah" in reports to see what bios's settings are with certain string.

I have a cir the scans the file (this is what you would want to do find only the line about the wlan setting)

this ones read the entire bios in to a cir and also creates a text file you can then use other cirs to scan for certain lines

tIAhDC.jpeg
ShellCommandTextReturn(cmd /c @echo off  & del c:\programdata\dell\kace\user\bios.txt & "C:\Program Files (x86)\Dell\Command Configure\X86_64\cctk.exe" -o=C:\ProgramData\Dell\KACE\user\bios.txt & type C:\ProgramData\Dell\KACE\user\bios.txt)

This one is too look for the boot order line and return it in a CIR
DePHM2.jpeg
ShellCommandTextReturn(cmd /c @echo off && for %g in (c:\programdata\dell\kace\user\bios.txt) do (findstr /b /c:"bootorder" %g))

this is what they look like under a machines inventory
j19pku.jpeg

Comments:

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ