We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4a275 commit 8185a8bCopy full SHA for 8185a8b
images/win/scripts/Installers/Install-WindowsUpdates.ps1
@@ -6,5 +6,5 @@
6
7
Write-Host "Run windows updates"
8
Install-Module -Name PSWindowsUpdate -Force -AllowClobber
9
-Get-WUInstall -WindowsUpdate -AcceptAll -UpdateType Software -IgnoreReboot
10
-Get-WUInstall -MicrosoftUpdate -AcceptAll -IgnoreUserInput -IgnoreReboot
+Get-WUInstall -WindowsUpdate -AcceptAll -Install -UpdateType Software -IgnoreReboot
+Get-WUInstall -MicrosoftUpdate -AcceptAll -Install -IgnoreUserInput -IgnoreReboot
0 commit comments