Windows computers download updates from Microsoft servers by default. To override this behavior, you can either configure the Windows Update client using GPO settings or manually update the registry of each client.
Configuring the Windows Update client
Getting ready
Run this recipe from WSUS1 with RSAT installed for working with Group Policy Objects.
$FeatureName = 'RSAT'
Install-WindowsFeature $FeatureName -IncludeAllSubFeature
How to do it...
The steps for the recipe are as follows:
- Define and view the WSUS server URL using the properties returned from Get...