Added Windows Updates Script
This commit is contained in:
parent
77cce00304
commit
f440397c9e
5
Patches/Initial-Windows-Updates.ps1
Normal file
5
Patches/Initial-Windows-Updates.ps1
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user