Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using the PowerShell Script Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using the PowerShell Script

Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using the PowerShell Script

Description

Deploy the ConcealBrowse extension to Google Chrome, Microsoft Edge, and Brave browser on Windows 10+ endpoints seamlessly with the Install-ConcealBrowse.ps1 PowerShell script. This installation process will rely on device-based registration rather than user-based registration for licensing.

Applies to

  • Google Chrome version 101 and newer

  • Microsoft Edge version 77 and newer
    • Windows must be joined to Active Directory or Azure Active Directory
  • Brave Browser
  • Microsoft Windows 10+
  • Microsoft PowerShell

Procedure

  1. You may download the Install-ConcealBrowse.ps1 PowerShell script from this article, you must be logged in to access it, creating an account is free: Current ConcealBrowse PowerShell Script
  2. Open your ConcealBrowse dashboard (https://dashboard.conceal.io) and navigate to the tab labelled Devices on the left side menu.
    devices.png
  1. On the Devices page, click Register New Device in the upper right hand corner.Register_New.png
  2. Once you click on Register a New Device, you will see two variables generated for the Company ID and Site ID. These will be used as parameters when executing the PowerShell script.
    Company
  3. Open a PowerShell prompt as an Administrator
  4. Change the directory to the folder where the script is located
  5. You may need to set your PowerShell Execution policy to bypass for this one session:
    Set-ExecutionPolicy Bypass -Scope Process
  6. Use the following command, replacing the parameters with the Company ID and Site ID from your dashboard. You may also see the script for more documentation, examples, and parameters:
    .\Install-ConcealBrowse.ps1 -SiteID "SiteID from dashboard.conceal.io" -CompanyId "CompanyID from dashboard.conceal.io"
  7. Execute the script

Deploying the Shell Script Using Your RMM

The PowerShell script may be used with most Remote Monitoring and Management (RMM) solutions.

 

We recommend deploying to a small group of individuals to start. This will ensure that your scripts are running properly. Once you verify that the ConcealBrowse deployment is successful with this first group, start deploying to other groups in your organization.

 

*Never hesitate to contact your Customer Success Manager for any questions or concerns. You may also open a support ticket at support.conceal.io by scrolling to the bottom and clicking Submit a request.