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

6 lines
227 B
PowerShell

# Script to run the initial Windows Updates
Install-packageProvider -Name NuGet -Force
Install-Module -Name PSWindowsUpdate
Import-Module PSWindowsUpdate
Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -Install -IgnoreReboot