Reputation: 5690
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!?
Upvotes: 2
Views: 1949
Reputation: 17775
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!
Upvotes: 3