Hi All,
I’m running the following query to list active network adapters and their associated DNS server settings:
q: concatenation ", " of (addresses of dns servers of adapters whose (address of it as string != "0.0.0.0") of network as string) & ", " & (friendly name of adapters whose (address of it as string != "0.0.0.0") of network as string)
When it runs systems with more than one adapter return the first adapter and then it errors out with “Singular expression refers to non-unique object”. I’m sure it’s something simple, but I’m not seeing where a singular reference is being made.
Thanks for any consideration on this.