Category filter

Script to fetch browsing history on Windows 10 devices

Employees in an organization may use their company-owned devices for non-work-related purposes. Admins can inspect employees browsing histories to understand what they have surfed on the internet with their corporate devices. However, manually checking the browsing history on every device is tiresome. Hence, you can deploy scripts from the Hexnode portal to fetch browsing history from Windows devices remotely.

Disclaimer:

The Sample Scripts provided below are adapted from third-party Open-Source sites.

PowerShell script to get the browsing history of Google Chrome

Replace “USERNAME” with the username from which you would like to retrieve browsing history.

PowerShell script to get the browsing history of Microsoft Edge

Replace “USERNAME” with the username from which you would like to retrieve browsing history.

PowerShell script to get the browsing history of Firefox

Please note that while deploying the script from the portal, provide the username from which you would like to retrieve browsing history in the field corresponding to Arguments.

PowerShell script to get the browsing history of Internet Explorer

Notes:

  • It is recommended to manually validate the script execution on a system before executing the action in bulk.
  • Hexnode will not be responsible for any damage/loss to the system on the behavior of the script.

  • Sample Script Repository