Full Network Config Report or Page?
I'm trying to find a report or page that will show me the full network
configs of the machines with the KACE agent on it. I'm specifically
looking for the DNS servers that each machine is using but while I can
find reports that will give me the IP Address that is the most
information any of them seem to give.
Can someone point me in the right direction? Google isn't very helpful since searching for DNS and KACE (no matter what else you look for) shows a ton of configu docs and troubleshooting.
-Sean
Can someone point me in the right direction? Google isn't very helpful since searching for DNS and KACE (no matter what else you look for) shows a ton of configu docs and troubleshooting.
-Sean
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
flip1001
9 years ago
Create a custom inventory rule such as the code below. This is only for the DNS servers:
FileExists(C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe) AND ShellCommandTextReturn(cmd /q /c powershell.exe -command "Get-WMIObject -query 'SELECT DNSServerSearchOrder FROM Win32_NetworkAdapterConfiguration WHERE IPEnabled = True' | Select -expand DNSServerSearchOrder")
Comments:
-
Thanks. We just got it running on Monday and I haven't been through jump start yet. - lifyre 9 years ago