Hello @ABK
Yes, it is possible to configure Group Policy Objects (GPO) so that Windows Server Update Services (WSUS) is used only for statistics reporting, while allowing clients to use Microsoft Update for update detection and download. Here’s how you can achieve this:
Step 1: Open Group Policy Management
Access the Group Policy Management Console (GPMC) on your server.
Navigate to the specific GPO you want to configure or create a new one.
Step 2: Configure Automatic Updates
Go to Computer Configuration > Administrative Templates > Windows Components > Windows Update.
Find the policy "Configure Automatic Updates".
Set it to "Enabled" and choose an appropriate option that allows automatic updates but does not specify a WSUS server for updates.
Step 3: Set Intranet Update Service for Detection
Locate the policy "Specify intranet Microsoft update service location".
Set this policy to "Enabled".
Enter the WSUS server URL in the "Set the intranet update service for detecting updates" field.
Leave the "Set the intranet statistics server" field blank or set it to the same WSUS URL if you want to report statistics.
Step 4: Disable WSUS for Update Detection
Ensure that the clients are not forced to use WSUS for update detection by not configuring the WSUS server URL in the "Set the intranet update service for detecting updates" field.
This allows clients to use Microsoft Update directly for detecting and downloading updates.
Step 5: Apply and Update Group Policy
- Apply the changes and ensure the GPO is linked to the correct Organizational Unit (OU).
- Run
gpupdate /force
on client machines to apply the new policy settings.
If this answers your query, do click Accept Answer
and Up-Vote for the same. And, if you have any further query do let us know.