Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING SCCM WSUS group policy server settings

Edy

Well-Known Member
Messages
310
Solutions
3
Reaction score
33
Points
28
Hi guys,

I am just wondering if we need to hard coded the registry keys to point computers to the WSUS server (which i can do with a script to install the key during TS) or sccm client will do this automatically.

The registry keys in question are below:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate:

WUServer
WUStatusServer

Thanks
 
Hi Edy,

When a ConfigMgr client is configured to use the software updates client agent, it is automatically configured with a local Group Policy setting that specifies the Configuration Manager active software update point.

You don't need to create a GPO for this.
 
Hi Edy,

When a ConfigMgr client is configured to use the software updates client agent, it is automatically configured with a local Group Policy setting that specifies the Configuration Manager active software update point.

You don't need to create a GPO for this.

Thanks.

i just confirmed it as well by deploying windows updates to the machines and it installed succesfully.
 
@youssef
Can you advice, when i send updates from my SCCM. its blocked by GPO (registry.pol), after delete and gpupdate /force to machine i can get updates in my software center. I have 900+ machines, is there a way i can fix this issue?
 
Hi @Nitin_ted,

Just deploy an application or a package to those 900+ machines within a simple command to delete or rename the registry.pol file.

Regards,
 
Back
Top