WMI documentation for AntivirusProduct c#
I am attempting to find the property names for the "select * from AntivirusProduct" statement whe开发者_运维知识库n 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!?
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!
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 :)
精彩评论