In Windows Server 2016 there are no GUI options available to change the update behavior. In this blog I was outline the different ways to change the Windows Server 2016 Update settings. Windows Server 2016 Update settings Windows always looks at registry keys located in the following hive: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU Typically there is a key named […]
Tag: wsus
Force Install Updates on Remote Computer
Microsoft does not give the functionality to Install Updates on Remote Computer out of the box, ofcourse there are some 3rd party tools but… This powershell script will give you the ability to install windows updates on a remote computer without 3rd party programs. The script will remotely create a scheduled task on the given […]