
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2011 04:34 PM
Hi,
Is it possible to get a report to show the value of a proxy server in the registry? I would like it to scan all machines and reveal what the entry is for the following reg keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
&
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
Thanks
Is it possible to get a report to show the value of a proxy server in the registry? I would like it to scan all machines and reveal what the entry is for the following reg keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
&
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
Thanks
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2011 08:52 PM
Proxy scanning is disabled by default. Make sure you enable the "PROXY" item in your configuration console under Scanning Options\Item Wait Time. Afterwards, perform a "Full Rescan" of the machines you need.
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2011 08:52 PM
Proxy scanning is disabled by default. Make sure you enable the "PROXY" item in your configuration console under Scanning Options\Item Wait Time. Afterwards, perform a "Full Rescan" of the machines you need.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2011 07:30 PM
Ok thanks, but i cannot get it to work. I have the following:
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblProxy.Computername As Computername1,
tblProxy.Proxyportnumber, tblProxy.Proxyserver, tblProxy.ProxyID
From tblComputers Inner Join
tblProxy On tblComputers.Computername = tblProxy.Computername
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblProxy.Computername As Computername1,
tblProxy.Proxyportnumber, tblProxy.Proxyserver, tblProxy.ProxyID
From tblComputers Inner Join
tblProxy On tblComputers.Computername = tblProxy.Computername

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2011 07:13 PM
Proxy info can already be found in tblProxy in the report builder.
For information on setting up registry scanning and creating reports with the scanned results, please refer to page 89 and beyond of our online documentation.
For information on setting up registry scanning and creating reports with the scanned results, please refer to page 89 and beyond of our online documentation.
