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

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

Description

Deploy the ConcealBrowse extension to Google Chrome, Microsoft Edge, and Brave browser on Windows 10+ endpoints seamlessly with JumpCloud and PowerShell.

This process results in automatic device registration to the conceal.io platform.

Applies to

  • JumpCloud Device Management
  • Microsoft PowerShell
  • 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+

Procedure

  1. You may download the Install-ConcealBrowse.ps1 PowerShell script from this article: Current ConcealBrowse PowerShell Script
    1. The script contains detailed documentation and examples for your review.
  2. Open your ConcealBrowse dashboard (https://dashboard.conceal.io) and navigate to the tab labelled Devices on the left side menu.
    devices.png
  3. On the Devices page, click Register New Device in the upper right hand corner.Register_New.png
  4. 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 arguments when executing the PowerShell script.Company

JumpCloud Steps

  1. Login to your JumpCloud Admin Console at https://console.jumpcloud.com

  2. Navigate to Device Management > Commands

  3. Click ( + ), then choose Command

  4. Name: ConcealBrowse for Windows
  5. Type: Windows
  6. Command:
    1. Use the following format and enter your CompanyID and SiteID:
      & "$Env:windir\temp\Install-ConcealBrowse.ps1" -CompanyId <CompanyID from dashboard.conceal.io> -SiteID <SiteID from dashboard.conceal.io>
    2. Example:
      & "$Env:windir\temp\Install-ConcealBrowse.ps1" -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
  7. For Event: choose your preferred method, Run Manually is a good start
  8. Select Upload File and choose the Install-ConcealBrowse.ps1 script downloaded earlier
  9. Leave the File Destination default of C:\Windows\Temp\Install-ConcealBrowse.ps1
    1. If you change this path, you will need to modify the script command above
  10. Select the Device Groups tab to set the specific device groups where this command will execute.
  11. Select the Devices tab to set the specific devices where this command will execute.
  12. Click Save
  13. Run the command by clicking Run Now on the Commands page.
  14. Review the exit code that was reported by selecting the checkbox next to the command on the Commands page and selecting the Results tab

Reference