cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alpinelegend
Engaged Sweeper
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
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
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.

View solution in original post

3 REPLIES 3
Hemoco
Lansweeper Alumni
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.
alpinelegend
Engaged Sweeper
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
Hemoco
Lansweeper Alumni
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.