RenegadeAndy
RenegadeAndy

Reputation: 5690

WMI documentation for AntivirusProduct c#

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

Answers (2)

Mark Carpenter
Mark Carpenter

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

Related Questions