Ok, I tried to figure this out but I'm not sure if its hard to do this or I'm just having Friday burnout.
I setup our lansweeper to scan the registry for a key called "AutoConfigURL" which is what we use for our proxy configuration.
What I would like is a report of all computers and show me the value of this key.
There is a slight catch though... that registry key does not always exist (if user deleted it for example).
So I need something like this:
computer key value
office1 yes blahblah
office2 yes blahblah
office3 yes NULL
office4 no NULL
office5 yes blahblah
office6 yes NULL
Can anyone help me with this report?