Relevance for Network Adapter Manufacturer/Name

I currently have the following:

(description of it & “-” & address of it as string) of adapters whose (address of it as string!=“0.0.0.0”) of network

And that returns the network adapter. I’m trying to get the relevance to target a list of names of adapters (IE Intel® Dual Band Wireless-AC 7265 or Intel® Dual Band Wireless-AC 8265) so I’m not pushing a patch to machines that don’t have those specific wireless adapters.

Try

exists adapters whose (address of it as string!="0.0.0.0" and (it starts with "Intel" and (it contains "Dual Band Wireless-AC 7265" or it contains "Dual Band Wireless-AC 8265")) of description of it) of network

1 Like

Hey Thanks JW. I had this problem too and this was a big help. By the way the “Dual Band Wireless-AC 7265” are no longer supported.