SOLVED

SOLVED: Group Policy setting CSP

Copper Contributor

Hello,

 

I am trying to use Widows update rings on intune replacing our old group policy. Our machines were set with "disable automatic updates" via gpo. I have created update ring policy and feature update policy on intune, assigned to the device group, but there are 3 policies that are still on GPO. I've already disabled the settings from GPO, had that reflected on the machine for a day. Next day those 3 gp policies are back but the actual GPO policy is still set to not configured. Not sure where is this policy coming from now. Gpresult doesn't show these policies as well.

 

My alternate option I am thinking is to use the MDMWinsOverGP csp policy but still couldn't figure out the alternate csp policy for the below:

  • Disable Automatic Updates
  • Get Updates for other Microsoft Products
  • Set automatic update options

Are there any methods to find out which group policy in specific is pushing these 3 policies and what could be the alternate CSP policy that I could use on intune to override these 3?

 

 

6 Replies
best response confirmed by Ambarish Haridathan (Copper Contributor)
Solution

Hi @Ambarish Haridathan 

 

Yes look into using MDMWinsOverGP, define your Software updates > Windows 10 update ring before making CSP changes as you will likely resolve some of the issues.

 

If you need more info on the Update CSP settings, check out 

https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update

 

The first two settlings looks like;

./Vendor/MSFT/Policy/Config/Update/AllowAutoUpdate

./Vendor/MSFT/Policy/Config/Update/AllowNonMicrosoftSignedUpdate

 

I am not sure about the third, however Update CSP has had a number of recent changes so this may not matter so much.

 

,Andrew

@AndrewDawson 

 

I already have the windows update rings policy set. My current update settings are as below:

 

 

GPO-I.png

 

GPO-II.png

GPO-III.png

 

The automatic update behavior set on Intune update ring is Auto install and restart at a scheduled time. I am assuming to honor this setting the corresponding CSP policy should be 

./Vendor/MSFT/Policy/Config/Update/AllowAutoUpdate with the value of 3 – Auto install and restart at a specified time. The IT specifies the installation day and time. If no day and time are specified, the default is 3 AM daily. Automatic installation happens at this time and device restart happens after a 15-minute countdown. If the user is logged in when Windows is ready to restart, the user can interrupt the 15-minute countdown to delay the restart.

 

I set both policies and the results are:

GPO-IV.pngGPO-V.png

Looks like the policy is in conflict with my update ring policy

GPO-6.png

 

I might need to set this to not configured and then use the CSP policy to apply this setting but I dont see an option to set this as "Not configured" on intune.

GPO-7.png

 

 

 

So I was able to figure out the issue with the GP settings. Adding here for anyone to refer in the future.

 

There are some policies that even after you disable, stick around on the computer. https://docs.microsoft.com/en-us/archive/blogs/grouppolicy/gp-policy-vs-preference-vs-gp-preferences

 

  1. tattoo. In other words, when a GPO goes out of scope, the preference value will remain in the registry. An administrator is responsible for making sure these values are set to disable, prior to the GPO going out of scope, if the administrator wants the preference setting removed. The preference setting will not be replaced with the original application configuration value.

Based on this, I checked my registry and found the entry HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU as  NoAutoUpdate : 1

 

Just changed the value to zero and my update settings are all now with MDM and I don't need any other CSP policies now! :) It was a good learning about the CSP policies though

Hi Ambarish,

What are all the steps and policies you have created to resolve this?
We are experiencing the exact same issue!

Thanks!
1 best response

Accepted Solutions
best response confirmed by Ambarish Haridathan (Copper Contributor)
Solution

Hi @Ambarish Haridathan 

 

Yes look into using MDMWinsOverGP, define your Software updates > Windows 10 update ring before making CSP changes as you will likely resolve some of the issues.

 

If you need more info on the Update CSP settings, check out 

https://docs.microsoft.com/en-us/windows/client-management/mdm/policy-csp-update

 

The first two settlings looks like;

./Vendor/MSFT/Policy/Config/Update/AllowAutoUpdate

./Vendor/MSFT/Policy/Config/Update/AllowNonMicrosoftSignedUpdate

 

I am not sure about the third, however Update CSP has had a number of recent changes so this may not matter so much.

 

,Andrew

View solution in original post