Install-MSUpdates
1.1
Script does the following:
-installs the Nuget package provider
-installs PSWindowsupdate module from psgallery
-builds the update command
-sends the update command to the remote computer
-the update command tells the remote machine to run Invoke-WUJob on itself
-Invoke-WUJob then creates a Scheduled Task called PSWindowsUpdate and configures the job as the SYSTEM use
-installs the Nuget package provider
-installs PSWindowsupdate module from psgallery
-builds the update command
-sends the update command to the remote computer
-the update command tells the remote machine to run Invoke-WUJob on itself
-Invoke-WUJob then creates a Scheduled Task called PSWindowsUpdate and configures the job as the SYSTEM use
Script does the following:
-installs the Nuget package provider
-installs PSWindowsupdate module from psgallery
-builds the update command
-sends the update command to the remote computer
-the update command tells the remote machine to run Invoke-WUJob on itself
-Invoke-WUJob then creates a Scheduled Task called PSWindowsUpdate and configures the job as the SYSTEM user.
-By doing it this way we can bypass the need to run Enable-WURemoting and expose additional ports/change settings.
Show more
-installs the Nuget package provider
-installs PSWindowsupdate module from psgallery
-builds the update command
-sends the update command to the remote computer
-the update command tells the remote machine to run Invoke-WUJob on itself
-Invoke-WUJob then creates a Scheduled Task called PSWindowsUpdate and configures the job as the SYSTEM user.
-By doing it this way we can bypass the need to run Enable-WURemoting and expose additional ports/change settings.
Installation Options
Owners
Copyright
2019
Package Details
Author(s)
- Erik Whitesides
Dependencies
This script has no dependencies.
FileList
- Install-MSUpdates.nuspec
- Install-MSUpdates.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.3 | 919 | 1/25/2020 |
1.2 | 24 | 1/22/2020 |
1.1 (current version) | 21 | 1/22/2020 |
1.0 | 24 | 1/21/2020 |