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
- You may download the Install-ConcealBrowse.ps1 PowerShell script from this article: Current ConcealBrowse PowerShell Script
- The script contains detailed documentation and examples for your review.
- Open your ConcealBrowse dashboard (https://dashboard.conceal.io) and navigate to the tab labelled Devices on the left side menu.
- On the Devices page, click Register New Device in the upper right hand corner.
- 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.
PDQ Steps
- In the PDQ Deploy Main Console window and click File > New Package
- Add a PowerShell Step
- Title: Deploy ConcealBrowse
- Details Tab:
- In the PowerShell field, click Insert PowerShell Script... and select the Install-ConcealBrowse.ps1 script downloaded earlier.
- The PowerShell field should now read:
& '.\Install-ConcealBrowse.ps1'
- 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>
- Example:
& '.\Install-ConcealBrowse.ps1' -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
- Conditions Tab:
- Logged On State: Always Run
- Options Tab:
- Run As: Deploy User or Local System
- Save Package and deploy to a test device or group before deploying to a wider audience
References
0
0
Was this article helpful?
0 out of 0 found this helpful
Articles in this section
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using Kaseya VSA and PowerShell
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using ConnectWise Command and PowerShell
- Deploy the ConcealBrowse extension to Chrome on most operating systems using Chrome Browser Cloud Management and Jumpcloud
- Deploy the ConcealBrowse extension to Chrome on most operating systems using Chrome Browser Cloud Management
- 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 LogMeIn Central 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 Syncro 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 Automox and the PowerShell Script