- Joined
- Aug 15, 2019
- Messages
- 5
- Reaction score
- 2
Hi there,
I have force installed the 3CX Click to Call Chrome extension on our Windows 10 PC's using InTune to run a powershell script that adds...
and this works really well.
I'd like to also force the "3CX Webclient FQDN" option. According to https://www.chromium.org/administrators/configuring-policy-for-extensions I should be able to put these settings in...
I've added a REG_SZ type of webclienturl with the value of our FQDN but it never provisions.
Has anyone else managed to make this work? Any assistance greatly appreciated.
Cheers, Tim
I have force installed the 3CX Click to Call Chrome extension on our Windows 10 PC's using InTune to run a powershell script that adds...
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallForcelist]
"1"="ingddacbmngapennhhfhnpjnaklakach;https://clients2.google.com/service/update2/crx"
and this works really well.
I'd like to also force the "3CX Webclient FQDN" option. According to https://www.chromium.org/administrators/configuring-policy-for-extensions I should be able to put these settings in...
Code:
HKLM\Software\Policies\Google\Chrome\3rdparty\extensions\ingddacbmngapennhhfhnpjnaklakach\policy
I've added a REG_SZ type of webclienturl with the value of our FQDN but it never provisions.
Has anyone else managed to make this work? Any assistance greatly appreciated.
Cheers, Tim