tags:

views:

47

answers:

2

Hey!

I am attempting to find the property names for the "select * from AntivirusProduct" statement when using c#.

I am wanting to find info like company / vendor / any other details about the AntivirusProduct entry - however I cannot find the documentation to find what to do i.e "select company from AntivirusProduct"

Can somebody please help me find this documentation!?

+1  A: 

Check out WMI Code Creator (from Microsoft) - it's helped me several times in the past find what I wanted regarding WMI classes/namespaces.

Hope it helps!

Pwninstein
+2  A: 

Found it :

http://www.microsoft.com/downloads/en/details.aspx?familyid=6430f853-1120-48db-8cc5-f2abdc3ed314&displaylang=en

And use the CMI tool that this installs :)

RenegadeAndy