Windows 2019 server updates

Admin 1 Reputation point
2021-09-27T14:22:52.247+00:00

I have many Windows 2019 servers and use them via RDP. When logged in to a server, should I manually update them? As in, go to search - updates and update the servers? Is this necessary or can I do it somewhere central?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,171 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,251 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2021-09-27T14:39:07.17+00:00

    The simpler solution may be to just turn on automatic updating. If you wanted more precise control of updating you could also stand up your own WSUS server.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Limitless Technology 39,371 Reputation points
    2021-09-28T10:53:19.043+00:00

    Hello @Admin

    It is recommended that you use the following PowerShell command instead of "clicking the button" (or you can use the "auto update detection frequency" GPO to automatically check for updates):

    ( new - object - Comobject Microsoft . Update . AutoUpdate ). Detectnow()  
    

    I also recommend looking at the topic below, which talks about how to control windows update:

    https://social.technet.microsoft.com/Forums/en-US/9ed7e833-2efa-4c90-b61f-8fc90708cb05/controlling-windows-update?forum=ws2016

    ----------

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments