I can't speak for smittman, but my query is pretty simple so far I have the following:
Machine Components:
- "Computer"."System"."Has Battery" = "Yes"
- "Computer"."Network Adapters"."Network Adapter"."SSID" Like or = _____
(I've also tried the below as well in place of the above "Network Adapter" route)
- "Computer"."Network"." Connections"."Connection"."Name" Like or = _____
I've also tried adding the below columns to a query that only has "Computer"."System"."Has Battery" = "Yes"
- "Computer"."Network Adapters"."Network Adapter"."SSID"
- "Computer"."Network"." Connections"."Connection"."Name"