1

I created a GP for internal proxy, it works for all new machine users but old users still find old configuration. How to force the GP refresh overriding current settings at logon?

Thank you.

Tobia
  • 1,272
  • 9
  • 41
  • 81

2 Answers2

2

Policy updates can be forced with the command gpupdate /force.

Ansgar Wiechers
  • 4,247
  • 2
  • 18
  • 26
1

If you mean that the settings are not being reapplied for users who have already received the policy and subsequently changed their settings, have a look at Computer Configuration\Administrative Templates\System\Group Policy\Internet Explorer Maintenance policy processing

Specifically, the Process even if the Group Policy objects have not changed setting will reapply the IE policy in case the user has changed it.

Details here

Chris McKeown
  • 7,168
  • 1
  • 18
  • 26