This articles quickly explains on how install the Windows updates using the powershell commands. I find it easy to install the updates using the command line and i feel the it does it much cleaner
Launch Powershell from the menu command and run the following command to install the module
Install-module PSwindowsupdate
You may be prompted to approve the installation and you can just type “Y” to continue
Now you can run the get-windowsupdate the command to start the update retrieval process
get-windowsupdate
Once the update retrieval is completed then install the updates by using the power shell command ” install-windowsupdate”
install-windowsupdate
This is a fast process and you can run this for another computer remotely and can see the progress real-time