Pages

Tuesday, December 21, 2021

Installing Microsoft Compliance Extension for Chrome via Intune

  • Install below command as a PowerShell (.ps1) script and save. Ex: compliance.ps1.
    • Get-Item -path "HKLM:\SOFTWARE\Microsoft\Windows Defender\Miscellaneous Configuration" | New-ItemProperty -Name DlpDisableBrowserCache -Value 0 -Force
  • Go to Intune > Devices > Scripts and select Add
    • Browse to the location of the script created (compliance.ps1) and upload.
  • Select the following settings
    • Run this script using the logged-on credentials: No
    • Enforce script signature check: No
    • Run script in 64-bit PowerShell Host: Yes
  • Select the appropriate device groups and apply the policy