concatenation ", " of unique values of
(
(
if
(
exists property "Name" of it
)
then property "Name" of it as string else "<none>"
)
& " - " & property "DeviceID" of it as string
)
of select objects "Name,DeviceID FROM Win32_PnPEntity WHERE ConfigManagerErrorCode <> 0" of wmi
concatenation ", " of unique values of ((if (exists property "Name" of it) then property "Name" of it as string else "<none>") & " - " & property "DeviceID" of it as string) of select objects "Name,DeviceID FROM Win32_PnPEntity WHERE ConfigManagerErrorCode <> 0" of wmi