Efficient Windows Patch Management with free software
Windows Patch Management from cloudradar GmbH on Vimeo . The latest version of RPort provides the option to supervise and apply pending updates of the Windows and Linux operating system. The video demonstrates how to manage Windows updates via the web user interface of RPort. You will learn how to update a single machine and many machines in parallel. RPort is a free, open-source software for remote access and remote management of heterogeneous landscapes. Update a single machine If you select a client that runs in Windows, the number of pending updates is displayed on the right side. Clicking on “more details” opens additional information about the updates. The RPort agent that runs on the managed system has access to the Powershell. This way, you can apply updates directly from the web user interface. Scroll down and click on “Script”. Select “Powershell”. Type in the following script: Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force Install-Module PSWindowsUp...