Files
runner-images-sangeeth/images/win/scripts/Installers/Install-WindowsUpdates.ps1
2021-06-21 20:02:32 +03:00

9 lines
433 B
PowerShell

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