Grouping data returned via WMI

Hi Nicoloks, and welcome.

I believe this should achieve what you are looking for:

if (exists wmi) then ((string value of property "name" of it & " " & string value of property "providername" of it) of select objects "name,providername from win32_mappedlogicaldisk" of wmi) else ("N/A")

Explanation:

1 Like