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

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Install-MSUpdates

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2020

Package Details

Author(s)

  • Erik Whitesides

Dependencies

This script has no dependencies.

Release Notes

Update ProjectURI and LicenseURI

FileList

Version History

Version Downloads Last updated
1.3 (current version) 754 1/25/2020
1.2 21 1/22/2020
1.1 18 1/22/2020
1.0 21 1/21/2020