WMI

Microsoft Virtual Machine Converter

Microsoft Virtual Machine Converter

I have been using a physical computer for some time to run some automated programs that I use. However, that physical computer is now not in good shape and needs to be replaced. The problem is though, I have years of customised scripts, sequences and environment variables that I obviously do not want to lose and […]

WMI Query for Internet Explorer Installations with Version

WMI Query for Internet Explorer Installations with Version

If you need a WMI query for Group Policy or for Configuration Manager for machines that have Internet Explorer installed and even a version filter, then you can use the following: SELECT * FROM CIM_Datafile WHERE Name = “C:Program FilesInternet Exploreriexplore.exe” AND Version LIKE “11.%” You can then change the “11.%” part to the version […]

How to identify a missing NIC driver during SCCM OSD

How to identify a missing NIC driver during SCCM OSD

If you have a new model of computer and you have PXE booted it and you do not get a network connection or IP address, then this is because the network card driver for that model is not available either within Windows PE or the boot image you have used to PXE boot the machine. […]

WMI Rebuilder – Stuck on Starting Windows

WMI Rebuilder – Stuck on Starting Windows

We have recently had an annoying issue with machines taking a very long time to get to the ALT-CTRL-DEL screen on boot up and getting stuck on starting Windows and also taking ages to shut down and do anything in Windows. We found a few hotfixes for this issue, but when we tried to run […]

Find the make and model name of a machine using WMI

Find the make and model name of a machine using WMI

UPDATE : Get WMI Query v1.6 Now Released You can use WMI for various things but one of its uses is for identifying the model name of a machine so that it can be later used for Configuration Manager OSD or maybe even for Group Policy WMI security. To find out the model name of a […]

Scroll to top