/build/static/layout/Breadcrumb_cap_w.png

How can I remotely find what websites a computer has visited?

Can Kace return the data from the values inside a registry key? We need to build a report to show what websites computers visit. The data from HKCU\Software\Microsoft\Internet Explorer\TypedURLs would suffice, but I haven't found a way to get the data with Kace yet.

 


0 Comments   [ + ] Show comments

Answers (2)

Posted by: SMal.tmcc 11 years ago
Red Belt
2

create a custom software inventory item referencing that key

 RegistryValueReturn(registryPath, name, type) 

Comments:
  • Can you be a bit more specific? It seems to only pull one URL... - gcarpenter 11 years ago
  • Thanks! That works great.

    @gcarpenter - Just repeat the line over again, but use "url1", "url2", "url3", etc. I just happened to choose 6 lines to return the 6 most recently visited sites.
    ----
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url1, REG_SZ)
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url2, REG_SZ)
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url3, REG_SZ)
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url4, REG_SZ)
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url5, REG_SZ)
    RegistryValueReturn(HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs, url6, REG_SZ
    ----

    It returns the sites with an "And" in between each. I suppose you could create a separate custom software rule for each of the urls up to whatever number you wish to return. - murbot 11 years ago
  • Gotcha. I didn't know if there was a url1-11 or something. Thanks. - gcarpenter 11 years ago
Posted by: jdornan 11 years ago
Red Belt
0

http://www.nirsoft.net/utils/iehv.html

this tool take a command line so you could create a machine action for it. It also views clicked urls not just typed ones

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ