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

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

Description

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

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

Applies to

  • LogMeIn Central with Automation Module
  • 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

LogMeIn Central Steps

Requirement: You must have a premier subscription and/or the Automation Module

  1. On the lefthand side, click Remote Execution, then Manage
    1. If you do not see Remote Execution and/or One2Many is greyed out, you may not have the Automation Module and will need to purchase it to continue.
  2. Click Create new job
  3. Name: Install ConcealBrowse Extension on Windows
  4. Click + Add Step
  5. Select PowerShell execution
  6. Click Upload and select the Install-ConcealBrowse.ps1 script
  7. In the PowerShell script section use the following format and enter your CompanyID and SiteID:
    & ".\Install-ConcealBrowse.ps1" -CompanyId <CompanyID from dashboard.conceal.io> -SiteID <SiteID from dashboard.conceal.io>
  8. Example:
    & ".\Install-ConcealBrowse.ps1" -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
  9. Click + Choose computers and select the computers to deploy to
  10. Click Run
  11. Click Refresh until the job completes
  12. To help troubleshoot any issues, click the Job and then review the logs for each device

Reference