Files
runner-images/images/win/scripts/Installers/Install-WindowsUpdates.ps1
T

9 lines
433 B
PowerShell
Raw Normal View History

################################################################################
## File: Install-WindowsUpdates.ps1
## Desc: Install Windows Updates.
2020-06-22 01:25:04 -07:00
## Should be run at end, just before SoftwareReport and Finalize-VM.ps1.
################################################################################
Write-Host "Run windows updates"
Get-WUInstall -MicrosoftUpdate -AcceptAll -Install -IgnoreUserInput -IgnoreReboot