2
0

Added Windows Updates Script

This commit is contained in:
scarrington 2024-12-12 13:22:21 -06:00
parent 77cce00304
commit f440397c9e

View File

@ -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