Determine Chassis Type VB Script

Isn’t there a simple script to determine whether a computer is a laptop or desktop during OSD imaging without having to install MDT or use another utility? Now there is. JoeSaysChassis.vbs is a short script I wrote that will simply run and populate set these sequence variables to TRUE: JoeSaysDesktop and JoeSaysLaptop This functionality is already built into Jason Sandys’...

Read More»

SCCM Report Comparing Add/Remove Programs on two Computers

Yes, I know that the builtin Report 97 lists differences between the software inventory reported for two selected computers. BUT! That is not what I want, as this report lists only the discrepancies, and more importantly it is based on software file collection, not for Add/Remove programs. I want a list that shows me what is different (on each computer),...

Read More»

Where in the world is network connections in Windows 7?

Most sysadmins like myself, love shortcuts and anything that gets us where we want to go faster. Here are a few of my absolute favorite and most used shortcuts. I’m sure most of you already know them, but here they are just in case. I use them too often not to share them. Windows + Pause = System Properties Windows...

Read More»

VBScript to name computers during OSD

Determining a computer name during an imaging process has always proved to be a challenge. One of my favorite methods is to utilize WMI to obtain the serial number of the computer that is being imaged. This way, if all your hardware is from a particular vendor, Dell, HP, Panasonic, you can guarantee that no two computer names will ever...

Read More»