windows - Download patches from WSUS for workgroup server -


my server not on domain cannot use group policy. read article update registry key on machine: https://serverfault.com/questions/316372/how-to-configure-workgroup-to-receive-updates-from-wsus

i not wish change registry key on server, later on server join domain , download patches wsus using group policy. don't want registry key cause problem later on.

is there way connect wsus without changing registry key on server? example, lets have registered server wsus, wsus knows ip address of server. can manually run command on server server downloads patches wsus?

in opinion, if change couple of registry settings related updates not affect others services, easy undo.

in case of interest drop configuration wsus using registry.

windows registry editor version 5.00  [hkey_local_machine\software\policies\microsoft\windows\windowsupdate]  "accepttrustedpublishercerts"=dword:00000001  "elevatenonadmins"=dword:00000001  "targetgroup"="your group here"  "targetgroupenabled"=dword:00000001  "wuserver"="http(s)://yourserver.domain:port"  "wustatusserver"="http(s)://yourserver.domain:port"  [hkey_local_machine\software\policies\microsoft\windows\windowsupdate\au]  "auoptions"=dword:00000004  "aupowermanagement"=dword:00000001  "autoinstallminorupdates"=dword:00000001  "detectionfrequency"=dword:0000000a  "detectionfrequencyenabled"=dword:00000001  "includerecommendedupdates"=dword:00000001  "noauasdefaultshutdownoption"=dword:00000001  "noaushutdownoption"=dword:00000001  "noautorebootwithloggedonusers"=dword:00000001  "noautoupdate"=dword:00000000  "rebootrelaunchtimeout"=dword:0000000a  "rebootrelaunchtimeoutenabled"=dword:00000001  "reschedulewaittime"=dword:0000000a  "reschedulewaittimeenabled"=dword:00000001  "scheduledinstallday"=dword:00000000  "scheduledinstalltime"=dword:00000003  "usewuserver"=dword:00000001 

Comments

Popular posts from this blog

angularjs - Showing an empty as first option in select tag -

qt - Change color of QGraphicsView rubber band -

c++ - Visible files in the "Projects" View of the Qt Creator IDE if using the CMake build system -