M
M
Michael2018-10-15 15:51:52
Windows
Michael, 2018-10-15 15:51:52

How do I configure Windows Server 2003 SP2 to receive updates from local WSUS?

Good afternoon,
How to fasten Windows Server 2003 to local WSUS? As I understand it, you need to register ip and port in the system registry. Does anyone have a procedure at hand?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Ezhyg, 2018-10-15
@ARMADIK

WSUS for LAN.reg

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ElevateNonAdmins"=dword:00000001
"TargetGroup"="Моя.сеть"
"TargetGroupEnabled"=dword:00000001
"WUServer"="http://Мой-сервер"
"WUStatusServer"="http://Мой-сервер"

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"AUOptions"=dword:00000005
"AutoInstallMinorUpdate"=dword:00000001
"DetectionFrequency"=dword:00000001
"DetectionFrequencyEnabled"=dword:00000001
"NoAutoRebootWithLoggedOnUsers"=dword:00000001
"NoAutoUpdate"=dword:00000000
"RebootRelaunchTimeoutEnabled"=dword:00000000
"RebootWarningTimeout"=dword:00000015
"RebootWarningTimeoutEnabled"=dword:00000000
"RescheduleWaitTime"=dword:00000001
"RescheduleWaitTimeEnabled"=dword:00000000
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000000
"UseWUServer"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"ConfigVer" = dword:00000001
"SusServerVersion" = dword:00000001

WSUS for the Internet.reg
"WUServer"="http://Мой-сервер.no-ip.info:8083"
"WUStatusServer"="http://Мой-сервер.no-ip.info:8083"

copy the lines to a text file and save with REG extension
(second part - change for clients outside the local network)

K
Konstantin Tsvetkov, 2018-10-15
@tsklab

The connection to WSUS is enforced by policy (local or domain).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question