diff --git a/Patches/Initial-Windows-Updates.ps1 b/Patches/Initial-Windows-Updates.ps1 new file mode 100644 index 0000000..baa677f --- /dev/null +++ b/Patches/Initial-Windows-Updates.ps1 @@ -0,0 +1,5 @@ +# 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