I want to run a command via AWS Run Command that downloads and installs windows updates on a remote Windows 2012 R2 Server instance running on EC2, and reboots the instance.
I tried suggestions on the following pages:
Running wuauclt.exe /detectnow
or wuauclt.exe /detectnow /updatenow
has no visible affect on Windows Server 2012.
Running wusu update /forcerestart
does not work, but does produce an error screen saying that <update>
needs to be a directory. However, I do not know where the updates to be installed reside.
This tool seems to be focused on offline
installation which is interesting, but doesn't seem applicable to me.
- This is for Windows Server 2008 and no one seems to be able to answer it.
I'm apparently not doing something right.
0 Answers