Use this guide to deploy the SysAid Browser Extension to Chrome on managed Windows devices using Microsoft Intune.
This deployment method uses the Intune Settings catalog to force-install the extension and a PowerShell platform script to configure the required token.
Before you start
You’ll need your SysAid Browser Extension ID and Token.
To find them:
In SysAid, go to License Manager > Applications Discovery.
Click Manage Connections in the top right corner.
Under Browser Extension, click Setup to see the ID and Token.
Deploying the extension
To deploy the extension, follow these steps:
Step #1: Force-install (Settings catalog)
To go through the force-install process:
In the Intune admin center, go to Devices > Configuration.
Click + Create > New policy. Set the policy to:
Platform: Windows 10 and later
Profile type: Settings catalog
Click Create.
Set Profile type: Settings catalog.
Click Create.
Please note:
This is for Platform Windows 10 and later.
Click + Add settings > Google > Google Chrome > Extensions.
Add Configure the list of force-installed apps and extensions.
Set to Enabled and add the value:
YOUR_EXTENSION_ID;https://clients2.google.com/service/update2/crxAssign to your pilot group.
Click Create.
Step #2: Token (PowerShell platform script)
To add the token:
In the Intune admin center, go to Devices > Scripts and remediations > Platform scripts.
Click + Add settings. In the settings picker that opens, browse to Google > Google Chrome > Extensions.
Check the checkbox labeled "Configure the list of force-installed apps and extensions." Close the picker.
The setting now appears in your policy. Toggle it to Enabled and add the value:
Paste the script and replace the ID and Token values with those for your SysAid account:
$ExtensionId = "YOUR_EXTENSION_ID" $Token = "YOUR_TOKEN_VALUE" $KeyPath = "HKLM:\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\$ExtensionId\policy" New-Item -Path $KeyPath -Force | Out-Null Set-ItemProperty -Path $KeyPath -Name "token" -Value $Token -Type StringSet Run using logged-on credentials = No (SYSTEM), 64-bit = Yes; assign to the same group.
Verify the setup
To verify the setup:
Open chrome://policy. The force-install policy and a token row should appear.
Open chrome://extensions. See that the extension is enabled and “Installed by your administrator.”
Click the extension icon in Chrome. The pop-up should be set to Active.