how to add workgroup machine in wsus group for patching
team,
i need add workgroup system in wsus patching , can 1 me on this
what steps to achive task.
regards, triyambak
try below registry key
hkey_local_machine\software\policies\microsoft\windows\windowsupdate]
"wuserver"="yoursusserver"
"wustatusserver"="yoursusserver"
"elevatenonadmins"=dword:00000001
"targetgroupenabled"=dword:00000001
"targetgroup"="workstations"
[hkey_local_machine\software\policies\microsoft\windows\windowsupdate\au]
"noaushutdownoption"=dword:00000000
"autoinstallminorupdates"=dword:00000001
"noauasdefaultshutdownoption"=dword:00000001
"noautorebootwithloggedonusers"=dword:00000001
"reschedulewaittimeenabled"=dword:00000001
"reschedulewaittime"=dword:00000001
"usewuserver"=dword:00000001
"noautoupdate"=dword:00000000
"auoptions"=dword:00000004
"scheduledinstallday"=dword:00000000
"scheduledinstalltime"=dword:00000010
"detectionfrequencyenabled"=dword:00000001
"detectionfrequency"=dword:00000016
"rebootwarningtimeoutenabled"=dword:00000001
"rebootwarningtimeout"=dword:00000005
"rebootrelaunchtimeoutenabled"=dword:00000001
"rebootrelaunchtimeout"=dword:0000000a
please make sure workgroup computer can resolve wsus server name.and better create .reg file , exicute if multiple machine required.
shinu
Windows Server > WSUS
Comments
Post a Comment