Deployment via Microsoft Endpoint Manager [Intune]
Note:
|
This page includes:
About deployment via Microsoft Endpoint Manager
This page describes the 3-step procedure for using Microsoft Endpoint Manager [Intune] to deploy the extension on Google Chrome and Microsoft Edge browsers - on Windows computers. This page also includes links to information about deploying the extension on Firefox.
The deployment procedure includes the following steps:
Step 1 |
Installing the extension on endpoints |
Step 2 |
Connecting the extension to the ABS organization |
Step 3 |
Activating the extension |
For other extension deployment options, manual and managed, see Deploying the extension [Managed deployment].
Note:
|
Step 1: Install the extension
Step 1 uses the Microsoft Endpoint Manager to install the extension. The procedure below force-installs the extension on all target devices - users will not be able to remove or disable the extension.
Note:
|
To install the extension [Google Chrome and Microsoft Edge]:
-
Open the Microsoft Endpoint Manager admin center.
-
Go to Devices > "Configuration profiles"
-
Click Create profile.
-
Under Create a profile:
-
Platform: Select "Windows 10 and later"
-
Profile type: Select "Settings catalog"
-
-
Click Create.
-
In the Basics tab, give a descriptive name to the profile, such as Perception Point Browser Extension, and then click Next.
-
In the Configuration settings tab, click Add settings.
For Google Chrome
-
In the Settings picker search box, search for "extensions" [without the quotes]
-
Select "Google Google Chrome Extensions"
-
Select "Configure the list of force-installed apps and extensions", and then click Next.
-
Under Google Chrome > Extensions, enable Configure the list of force-installed apps and extensions
-
Into the text field that opens, copy and paste the following:
kpehlcnleoaejbmmgncofcgpjnojlfbn;https://clients2.google.com/service/update2/crx Note: If you are not able to enter the above string (for example, it breaks after the semicolon), you may need to use the import function to import a file that contains the string.
-
-
Click Add settings.
-
In the Settings picker search box, search for "extensions" [without the quotes]
-
Select "Microsoft Edge\Extensions"
-
Select "Control which extensions are installed silently", and then click Next.
-
Under Extensions, enable Control which extensions are installed silently
-
In the text field on the left, add the following:
jcllaekmhcebhkjmmlnbcdmbbpiidnhf;https://edge.microsoft.com/extensionwebstorebase/v1/crx -
Click Next.
-
In the Scope tags tab: Click Next. (There is no need to add or change anything in this tab.)
-
In the Assignments tab: Under "Included groups", click "Add groups"
-
Select the group or groups in which the Entra ID users exist.
-
Click Select, and then click Next.
-
-
In the Review + create tab: Verify that your details are correct, and then click Create.
Once you have created your profile, you'll need to wait until your endpoints sync with Microsoft Endpoint Manager [Intune].
Important: After installing the extension, any browsers that were open during the installation should be restarted. This will enable all open tabs in the browser to be protected by Advanced Browser Security.
For Microsoft Edge
To install the extension [Firefox]:
-
For information about installing the extension on Firefox, see:
-
How to deploy Firefox add-ons via MECM / Intune
-
Managing Firefox with Microsoft Endpoint Manager (Intune)
https://support.mozilla.org/en-US/kb/managing-firefox-intune
-
Important: After installing the extension, any browsers that were open during the installation should be restarted. This will enable all open tabs in the browser to be protected by Advanced Browser Security. |
Step 2: Connect the extension
Step 2 applies to Google Chrome, Microsoft Edge, and Firefox
Step 2 includes the following sub-steps:
Step 2 Connect the extension |
Step 2A |
Get the organization token |
Step 2B |
Create an Intune package |
|
Step 2C |
Push the Intune package |


In this step, you'll download the required organization token from the Advanced Browser Security console.
-
Download the Microsoft Win32 Content Prep Tool from here
[https://github.com/Microsoft/Microsoft-Win32-Content-Prep-Tool
]
-
Download the organization token from Advanced Browser Security console.
-
Make sure to download the token in a Windows PowerShell (.ps1) file. The perception-point-organization-token.ps1 file will be downloaded to your computer.
-
For download details, see Organization tokens
.
-
-
Save the PowerShell script in a new folder, for example:
c:\scripts\PS1
You are now ready to perform Step 2B - create an Intune package - as described below.


In this step, you'll use the Microsoft Win32 Content Prep Tool to convert the organization token PowerShell script, that contains the required organization token, into an Intune package [a file with the .intunewin format].
-
Create a new folder for the generated Intune package [i.e. the output file], for example:
c:\scripts\output
-
Run CMD as an administrator, and navigate to the folder into which you downloaded the Microsoft Win32 Content Prep Tool.
-
Run the command below, and follow the online instructions:
IntuneWinAppUtil.exe
Specify "n" in response to "Do you want to specify catalog folder?"
-
Once the Intune package is created, you should be able to see the token.intunewin file in the output folder that you created above.
You are now ready to perform Step 2C - to push the Intune package to endpoint devices - as described below.


After you have created the Intune package in Step 2A above, you are ready to use Microsoft Endpoint Manager [Intune] to push the Intune package to endpoint devices, as described below.
-
Open the Microsoft Endpoint Manager admin center, and log in with your Entra ID admin account.
-
Go to Apps > Windows and then click Add.
-
Under App type, select "Windows app (win32)" and then click Select.
-
Click "Select app package file".
-
In the "App package file" side box, click on the blue folder icon [
] to browse to the location of the Intune package that you created in Step 2A above.
(For example c:\scripts\output)
-
Locate the Intune package (for example c:\scripts\output\token.intunewin), select it, click Open, and then click OK.
-
In the App information tab, fill in the following mandatory fields:
-
Name: perception-point-organization-token.ps1
-
Description: Deploys the extension organization token
-
Publisher: Perception Point. Click Next.
-
-
In the Program tab, fill in the following fields:
-
Install command: Powershell.exe -ExecutionPolicy ByPass -File .\perception-point-organization-token.ps1
[Remember to change .\perception-point-organization-token.ps1 if necessary.]
-
Uninstall command: Powershell.exe -ExecutionPolicy ByPass -File .\perception-point-organization-token.ps1 -uninstall
[Remember to change .\perception-point-organization-token.ps1 if necessary.]
-
Install behavior: Select "System"
-
Device restart behavior: Select No specific action and then click Next.
-
-
In the Requirements tab, fill in the following fields:
-
Operating system architecture: Select 64-bit.
-
Minimum operation system: Select Windows 10 1607 [or any other operating system that you prefer], and then click Next.
-
-
In the Detection rules tab:
-
Rules format: Select "Manually configure detection rules" and then click Add.
-
Under Detection rule, select:
-
Rule type: File
-
Path: C:\ProgramData\PerceptionPoint
-
File or folder: org-token-installed.txt
-
Detection method: File or folder exists
-
Associated with a 32-bit app on 64-bit clients: No
-
Click OK and then click Next.
-
-
-
In the Dependencies tab: Click Next. (There is no need to add or change anything in this tab.)
-
In the Supersedence tab: Click Next. (There is no need to add or change anything in this tab.)
-
In the Assignments tab: Under "Required", click "Add group"
-
In the Review + create tab: Verify that your details are correct, and then click Create.
Once you have created your Intune app, you'll need to wait until your endpoints sync with Microsoft Endpoint Manager [Intune] and download the app.
-
Once your devices have received and installed the Intune app, you can verify if the installation was completed successfully by opening the registry on a device and going to:
HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\kpehlcnleoaejbmmgncofcgpjnojlfbn\policy
Step 3: Activate the extension
For details on activating the extensions, see Step 3: Activating the extension on endpoints.
See also: