Oct 05 2021 05:48 AM
Hi all,
Im having issues white listing specific extensions and also blocking others too!
Iv added the Chrome ADMX and have force deploy on specific apps which is working but below are the config for the ones that dont work
Blocking
./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Extensions/ExtensionInstallBlacklist
String:
<enabled/> <data id="ExtensionInstallBlacklistDesc" value="1*"/>
Whitelisting
OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Chrome~Policy~googlechrome~Extensions/ExtensionInstallWhitelist
String: <enabled/> <data id="ExtensionInstallWhitelistDesc" value="1alhngdkjgnedakdlnamimgfihgkmenbh2jbldkhfglmgeihlcaeliadhipokhocnm"/>
(I used this link: https://www.inthecloud247.com/manage-google-chrome-settings-with-microsoft-intune/ )
Please help!
Oct 14 2021 12:54 AM
Oct 14 2021 02:12 AM
Oct 14 2021 03:21 AM
Oct 15 2021 01:21 AM
@Rudy_Ooms_MVP Any ideas one what I can try?
Oct 15 2021 01:47 AM - edited Oct 15 2021 01:50 AM
Hi,
We need need to be sure if the admx that is delivered to the client has the ExtensionInstallBlacklist in it...
Could you check out this key:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\NodeCache\CSP\Device\MS DM Server\Nodes
Search for chrome... note down that number and use it like this
Get-ItemProperty -Path Registry::"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Provisioning\NodeCache\CSP\Device\MS DM Server\Nodes\15026" | Select-Object "ExpectedValue" | Format-List * | Out-File c:\temp\chromeADMX.txt
And open that txt and search for ExtensionInstallBlacklist
And if its in there .. try to search for ExtensionInstallBlacklist in that same nodes key.
Oct 15 2021 02:02 AM
Oct 15 2021 02:18 AM
Not sure if that the issue but i noticed the word: deprecatedpolicies... i guess I got an older admx?
Oct 15 2021 02:24 AM
Oct 15 2021 02:30 AM
SolutionOct 15 2021 02:42 AM
Oct 15 2021 02:48 AM
Oct 15 2021 04:11 AM
Oct 15 2021 11:14 PM