how can i query the retrieved property of my primary dns ip address as a column in the computers view. also how can i query the retrieved property of my secondary dns ip address?
if ( exists addresses of dns servers of network ) then preceding text of first “,” of (concatenation “,” of (addresses of dns servers of network as string)) else “NoDNS”
secondary:
if ( exists addresses of dns servers of network ) then preceding text of first “,” of (following text of first “,” of (concatenation “,” of (addresses of dns servers of network as string))) else “NoDNS”