unique values of
(
(
if
(
it starts with "Intel" OR it starts with "Xeon"
)
then
(
preceding texts of lasts " - " of it
)
else it
)
of string values of selects
(
(
"Caption from Win32_PnPEntity where DeviceID='" & it as string & "'"
)
of
(
(
parenthesized part 1 of
(
matches
(
regex "^Win32_PnPEntity\.DeviceID\=\%22(.*)\%22"
)
of string values of it
)
)
of properties whose
(
string value of it contains "DeviceID="
)
of select objects
(
"DeviceID from Win32_PnPEntity "
)
of WMI
)
whose
(
it starts with "PCI\\VEN_"
)
)
of wmi
)
unique values of ((if (it starts with "Intel" OR it starts with "Xeon") then (preceding texts of lasts " - " of it) else it) of string values of selects (("Caption from Win32_PnPEntity where DeviceID='" & it as string & "'") of ((parenthesized part 1 of (matches (regex "^Win32_PnPEntity\.DeviceID\=\%22(.*)\%22") of string values of it)) of properties whose(string value of it contains "DeviceID=") of select objects ("DeviceID from Win32_PnPEntity ") of WMI) whose(it starts with "PCI\\VEN_")) of wmi)