Dag: 12 augustus 2021

First you need to install the PowerShell module. # Install-Module -Name PSWindowsUpdate -Force Then check if there are windows update for your machine. # Get-WindowsUpdate Then if you want to install all the updates you can run the following command. # Get-WindowsUpdate -AcceptAll -Download -Install -MicrosoftUpdate Now you can reboot the machine with Y   […]

Meer lezen