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