2
0
tcse-deploy/Patches/Windows/Initial-Windows-Updates.ps1

7 lines
290 B
PowerShell

# Script to run the initial Windows Updates
Install-PackageProvider -Name NuGet -Force
Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
Install-Module -Name PSWindowsUpdate
Import-Module PSWindowsUpdate
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -Install -IgnoreReboot