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

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

Description

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

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

Applies to

  • NinjaOne/NinjaRMM
  • 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

NinjaOne/NinjaRMM Steps

  1. Log into the NinjaOne dashboard
  2. On the left, click Administration
  3. Click Library then Scripting
  4. On the upper right, click Create New Script
  5. Copy the contents of Install-ConcealBrowse.ps1 into the script window
  6. Name: Install ConcealBrowse Extension on Windows
  7. Description: we recommend including a link to this article
  8. Category: Security
  9. Language: PowerShell
  10. Operating System: Windows
  11. Architecture: All
  12. In Parameters, paste the following and enter your CompanyID and SiteID:
    -CompanyId <CompanyID from dashboard.conceal.io> -SiteID <SiteID from dashboard.conceal.io>
  13. Example:
    -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
  14. Click + to save the parameters
  15. Save the script
  16. Deploy the script via your preferred method