Description
Deploy the ConcealBrowse extension to Google Chrome. Microsoft Edge, and Brave on Windows 10+ endpoints seamlessly with Intune and PowerShell.
Applies to
- Microsoft Intune
- Microsoft PowerShell
-
Any edition of Windows 10 and 11 version 1709 and later
- Windows Home, and S mode are not supported
-
Google Chrome 101+
- Microsoft Edge version 77 and newer
- Windows must be joined to Active Directory or Azure Active Directory
- Brave browser
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.
Intune Steps
Preparation
If you are transitioning your ConcealBrowse deployment from an Intune Configuration profile to the PowerShell script, you should edit the Configuration profile and un-assign any groups. This will prevent conflicts between the two deployment methods. Ultimately you may deleting the configuration profile once PowerShell deployment is successful.
Step 1: Customize the script
- Open the Install-ConcealBrowse.ps1 script in your favorite editor, such as Visual Studio Code
- Scroll down to the Parameters section, approximately line 75
- For CompanyID and Site ID, paste in your unique IDs. Example below:
[Parameter(ParameterSetName='Installation')]
$CompanyID="2345678-9012-3456-7890-123456789012",
[Parameter(ParameterSetName='Installation')]
$SiteID="abcdefgh-ijkl-mnop-qrst-uvwxyzabcdef", - You may review the documentation and adjust other parameters as needed
- Save
Step 2: Create a script policy
- In the Intune console, click Devices > Scripts > +Add > Windows 10 and later
- Name: Deploy ConcealBrowse Extension
- Description: we recommend linking to this article
- Next
- Script location: Browse to the Install-ConcealBrowse.ps1 script modified in Step 1
- Run this script using the logged on credentials: No
- Enforce script signature check: No
- Run script in 64 bit PowerShell Host: Yes
- Next
- Assign the script to a small test group of users before scaling up
- Next
- Review and Add
Step 3: Monitor run status
Intune devices check in when starting up and hourly for updates, thus restarting an assigned user's device will accelerate testing.
Monitor from Intune
- While still in Devices > Scripts, click the Deploy ConcealBrowse Extension script
- Click User or Device Status
Monitor from the Device
- Agent logs on the client machine are typically in C:\ProgramData\Microsoft\IntuneManagementExtension\Logs.
- AgentExecutor.log track's PowerShell details.
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