UDI Wizard Designer WMI Delivery Rules NOT WORKING!!!
I have different rules for XP and Win7. One is like this select * from win32_systemenclosure where chassistype=9 and others like select * from win32_Operatingsystem where version like "6.%"
None work, is there something else I need to enable? I have tried so many times.
March 3rd, 2011 11:52am
I have this same issue and haven't found a solution. I have a software package that I want installed but only on our HP machines. I've triple checked my query and it is correct yet it keeps installing on the Dells as well. If you find a fix please update
this post.
Free Windows Admin Tool Kit Click here and download it now
April 15th, 2011 2:10pm
if you integrate MDT, and make a toolkit package, like this
http://blog.coretech.dk/mip/creating-and-using-toolkit-package/ . then you can run a use toolkit step, and a gather step, and use chassie type like this
http://blog.coretech.dk/mip/easy-way-to-install-depending-on-chassis-type-laptop-desktop-or-server/
You can also use MAKE in the same way to get only HP machines!
To get most of the MDT variables available you can run ZTIGather.wsf from the scripts folder on your local machine, and look in C:\MININT\SMSOSD\OSDLOGS\ZTIGather.log
Michael Petersen http://blog.coretech.dk/mip/
April 15th, 2011 4:08pm
That would work if I wanted to install the package on all HP's. I want the option to be able to do so in the OSD Setup Wizard but only on HP's. As far as I can tell from the documentation what I have should work. On the package in question I have a WMI
Delivery Rule. The namespace is root\cimv2 and the query is SELECT * FROM Win32_ComputerSystem WHERE Manufacturer LIKE "%Hewlett-Packard%"
Free Windows Admin Tool Kit Click here and download it now
April 15th, 2011 5:22pm
I feel like someone must know the answer to this. Is there anyone out there that does have the WMI Rules working?
May 3rd, 2011 1:44pm