Category Archives: Update

Install Windows Updates via commandline (servers) interactive

Objective

  • Install windows updates via the commandline.

Solution

A default installation of Windows 2012 Server has this VB script.

c:\windows\System32\en-US\WUA_SearchDownloadInstall.vbs

 

You can copy this script to a Windows 2008 server and run it.
Copy and paste the line below in a cmd box or Powershell window.

Continue reading