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

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

Description

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

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

Applies to

  • PDQ Deploy
  • 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

PDQ Steps

  1. In the PDQ Deploy Main Console window and click File > New Package
  2. Add a PowerShell Step
    1. Title: Deploy ConcealBrowse
    2. Details Tab:
      1. In the PowerShell field, click Insert PowerShell Script... and select the Install-ConcealBrowse.ps1 script downloaded earlier.
      2. The PowerShell field should now read:
        & '.\Install-ConcealBrowse.ps1'
      3. Modify that field to contain at least your CompanyID and SiteID:
        & '.\Install-ConcealBrowse.ps1' -CompanyId <CompanyID from dashboard.conceal.io> -SiteID <SiteID from dashboard.conceal.io>
      4. Example:
        & '.\Install-ConcealBrowse.ps1' -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
    3. Conditions Tab:
      1. Logged On State: Always Run
    4. Options Tab:
      1. Run As: Deploy User or Local System
    5. Save Package and deploy to a test device or group before deploying to a wider audience

References

Was this article helpful?

0 out of 0 found this helpful