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

Wednesday, November 24, 2021

Configuration Manager updates stuck downloading or Stuck on prerequisites check passed

Sometimes, the configuration manger update pack stuck on while downloading update pack or “Prerequisite check passed”. if you come across this issue while upgrading the configuration manager, the following are few options which can try out. 

Option1:
The Update Reset Tool (CMUpdateRest) is shipped with ConfigMgr since version 1706. Please use that this CMupdatereset tool before you try other methods.