Hi, I'm trying to figure out a way to do some WMI Queries in CF. (MX7)

Is there a way to put a select into the actual query or is the execQuery only 
allow the class in the statement? This works fine but I want to pull from the 
NT Event logs and can't since it times out... so I want to see if I can only 
select specific data...

I'm also trying (Without luck) to run it in a VBS script using cscript.

<cfset arr_ldisk = obj_wmi.execQuery( "Win32_LogicalDisk") />

Thanks,
Jamie 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5106
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to