PSWindowsUpdate 2.2.1.4
dotnet add package PSWindowsUpdate --version 2.2.1.4
NuGet\Install-Package PSWindowsUpdate -Version 2.2.1.4
<PackageReference Include="PSWindowsUpdate" Version="2.2.1.4" />
paket add PSWindowsUpdate --version 2.2.1.4
#r "nuget: PSWindowsUpdate, 2.2.1.4"
// Install PSWindowsUpdate as a Cake Addin #addin nuget:?package=PSWindowsUpdate&version=2.2.1.4 // Install PSWindowsUpdate as a Cake Tool #tool nuget:?package=PSWindowsUpdate&version=2.2.1.4
This module contain cmdlets to manage Windows Update Client.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1.4 | 251 | 7/2/2024 |
v2.2.1 - Set-WUSettings added params to control TargetRelease for control Feature Updates version and Windows Update for Business
- Fixes Remove-WindowsUpdate bug
- Fixes Get-WUHistory bug
- Fixes Get-WindowsUpdate sendreport bug
v2.2.0 - New cmdlet Reset-WUComponents, for reset Windows Updates components to default
- New cmdlet Get-WUOfflineMSU, for download offline msu package from microsoft Update Catalog
v2.1.1 - Remove-WindowsUpdate added WU Api uninstallation mode
- Fixed bug with slow run cmdlets
- Added support for Office 365 users to send emails
v2.1.0 - New cmdlet Set-PSWUSettings, for save PSWUSettings to xml file
- Param -SendReport can use smtp server credentials
- Install-WindowsUpdate added -RecurseCycle param, to install next updates after reboot
- Install-WindowsUpdate added new pre search criteria: DeploymentAction, IsAssigned, IsPresent, BrowseOnly and AutoSelectOnWebSites
- Change location of PSWindowsUpdate.log file to $Env:TEMP
- Fixed Get-WULastResults bugs
- Fixed Remove-WUServiceManager bugs
v2.0.0 - Rewrite whole script module to binary module
Cmdlets maping for old module:
v1.6.x => v2.0.x
Add-WUOfflineSync => Add-WUServiceManager
Add-WUServiceManager => Add-WUServiceManager
- => Enable-WURemoting
Get-WUHistory => Get-WUHistory
Get-WUList => Get-WindowsUpdate
Get-WUInstall => Download-WindowsUpdate (or Get-WindowsUpdate -Download)
Get-WUInstall => Install-WindowsUpdate (or Get-WindowsUpdate -Install)
Hide-WUUpdate => Hide-WindowsUpdate (or Get-WindowsUpdate -Hide)
Get-WUInstallerStatus => Get-WUInstallerStatus
Get-WURebootStatus => Get-WURebootStatus
Get-WUServiceManager => Get-WUServiceManager
Get-WUUninstall => Remove-WindowsUpdate
Invoke-WUInstall => Invoke-WUJob
- => Get-WUJob
Remove-WUOfflineSync => Remove-WUServiceManager
Remove-WUServiceManager => Remove-WUServiceManager
Get-WUAPIVersion => Get-WUAPIVersion
Get-WULastResults => Get-WULastResults
Start-WUDetectNow => -
Start-WUService => -
Get-WUSettings => Get-WUSettings
Set-WUSettings => Set-WUSettings
Update-WUModule => Update-WUModule