Description
Deploy the ConcealBrowse extension to Google Chrome, Microsoft Edge, and Brave browser on Windows 10+ endpoints seamlessly with JumpCloud and PowerShell.
This process results in automatic device registration to the conceal.io platform.
Applies to
- JumpCloud Device Management
- 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.
JumpCloud Steps
-
Login to your JumpCloud Admin Console at https://console.jumpcloud.com
-
Navigate to Device Management > Commands
-
Click ( + ), then choose Command
- Name: ConcealBrowse for Windows
- Type: Windows
- Command:
- 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>
- Example:
& "$Env:windir\temp\Install-ConcealBrowse.ps1" -CompanyId 12345678-9012-3456-7890-123456789012 -SiteID abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef
- Use the following format and enter your CompanyID and SiteID:
- For Event: choose your preferred method, Run Manually is a good start
- Select Upload File and choose the Install-ConcealBrowse.ps1 script downloaded earlier
- Leave the File Destination default of C:\Windows\Temp\Install-ConcealBrowse.ps1
- If you change this path, you will need to modify the script command above
- Select the Device Groups tab to set the specific device groups where this command will execute.
- Select the Devices tab to set the specific devices where this command will execute.
- Click Save
- Run the command by clicking Run Now on the Commands page.
- Review the exit code that was reported by selecting the checkbox next to the command on the Commands page and selecting the Results tab
Reference
0
0
Was this article helpful?
0 out of 0 found this helpful
Articles in this section
- What are the different customization options in the Powershell script?
- Deploying ConcealBrowse through Datto ComStore
- ConcealBrowse MSI Installer - V 1.0
- Deploying ConcealBrowse through the MSI
- ConcealBrowse MSI Installer - V 0.1.8
- How to uninstall ConcealBrowse
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using Action1 and PowerShell
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using Intune and PowerShell
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using Group Policy Objects and PowerShell
- Deploy the ConcealBrowse extension to Chrome, Edge, and Brave on Windows 10+ using Kaseya VSA and PowerShell