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

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

Description

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

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

Applies to

  • Syncro RMM
  • 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.variables.png

Syncro Steps

  1. Log into Syncro
  2. Click >_Scripts tab/module
  3. First we'll add the Install-ConcealBrowse.ps1 script to Syncro
  4. Click Add New File
  5. Select the Install-ConcealBrowse.ps1 file downloaded earlier
  6. Click Upload
  7. Click +New Script
  8. Name: ConcealBrowse Extension for Windows
  9. Description: we recommend pasting the link to this article
  10. Destination File Name (full path): %WINDIR%\temp\Install-ConcealBrowse.ps1
  11. Click +Add A Required File and select the Install-ConcealBrowse.ps1 script uploaded earlier
  12. File Type: PowerShell
  13. Run As: System
  14. Max Script Run Time (minutes): 5 is sufficient
  15. Script:
    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
  16. Click Create Script
  17. Now the script may be run on devices via your preferred method

References

Was this article helpful?

0 out of 0 found this helpful