Install-MSUpdates
1.3
Script to issue a windows or microsoft update job to remote machines.
-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 PSWindowsUpda
-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 PSWindowsUpda
Script to issue a windows or microsoft update job to remote machines.
-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.
-This allows us to 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.
-This allows us to bypass the need to run Enable-WURemoting and expose additional ports/change settings.
Installation Options
Owners
Copyright
2020
Package Details
Author(s)
- Erik Whitesides
Dependencies
This script has no dependencies.
Release Notes
Update ProjectURI and LicenseURI
FileList
- Install-MSUpdates.nuspec
- Install-MSUpdates.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
1.3 (current version) | 852 | 1/25/2020 |
1.2 | 24 | 1/22/2020 |
1.1 | 21 | 1/22/2020 |
1.0 | 24 | 1/21/2020 |