Gathering DNS information
So I am being tasked with using KACE to pull all of our client machine primary/secondary DNS information. I contacted support in which they told me this was not supported and sent me a link to the consulting services contact info.
I was reviewing this link --> http://www.itninja.com/question/custom-inventory-fields
I do see that there is a field you could use value "RegistryValueReturn", however I'm not sure how to get this to work correctly. This is the first time I've had to work with KACE and the reporting functionality. I do know that the registry setting is held here: --> HKLM\System\CurrentControlSet\Services\Tcpip\Parameters\NameServer
Is there a way to
capture this data into a custom field and report on it?
Answers (2)
(GWMI Win32_NetworkAdapterConfiguration).DNSServerSearchOrder
Comments:
-
Another admin found that and ended up using it in our script. Thanks! - rirwinMSLC 6 years ago
See:
"New to KACE Products or just inherited an SMA or SDA? Have a project or need something configured on the fly?"
https://support.quest.com/kace-systems-deployment-appliance/kb/233348/new-to-kace-products-or-just-inherited-an-sma-or-sda-have-a-project-or-need-something-configured-on-the-fly-
---------------------------------------------------------------------------------
The question itself, the answer is yes, but you will need code\build a good Custom Inventory Rule and combine that with a report.
see:
http://www.itninja.com/question/dns-entries
and:
http://www.itninja.com/question/possible-to-identify-static-dns-entry-using-k1000