Microsoft.PowerShell.Commands.PSRepositoryItemInfo System.Management.Automation.PSCustomObject System.Object PSWindowsUpdate 2.2.1.2 Module This module contain cmdlets to manage Windows Update Client. Michal Gajda MichalGajda (c) 2011-2023 Michal Gajda. All rights reserved.
2023-11-28T16:18:20+01:00
https://github.com/mgajda83/PSWindowsUpdate/blob/main/LICENSE https://github.com/mgajda83/PSWindowsUpdate System.Object[] System.Array System.Object PSModule System.Collections.Hashtable System.Object Function RoleCapability Command Add-WUServiceManager Enable-WURemoting Get-WindowsUpdate Get-WUApiVersion Get-WUHistory Get-WUInstallerStatus Get-WUJob Get-WULastResults Get-WURebootStatus Get-WUServiceManager Get-WUSettings Invoke-WUJob Remove-WindowsUpdate Remove-WUServiceManager Set-WUSettings Update-WUModule Set-PSWUSettings Reset-WUComponents Get-WUOfflineMSU DscResource Workflow Cmdlet Add-WUServiceManager Enable-WURemoting Get-WindowsUpdate Get-WUApiVersion Get-WUHistory Get-WUInstallerStatus Get-WUJob Get-WULastResults Get-WURebootStatus Get-WUServiceManager Get-WUSettings Invoke-WUJob Remove-WindowsUpdate Remove-WUServiceManager Set-WUSettings Update-WUModule Set-PSWUSettings Reset-WUComponents Get-WUOfflineMSU v2.2.1 - Set-WUSettings added params to control TargetRelease for control Feature Updates version and Windows Update for Business_x000D__x000A__x0009__x0009_- Fixes Remove-WindowsUpdate bug_x000D__x000A__x000D__x000A_v2.2.0 - New cmdlet Reset-WUComponents, for reset Windows Updates components to default_x000D__x000A__x0009__x0009_- New cmdlet Get-WUOfflineMSU, for download offline msu package from microsoft Update Catalog_x000D__x000A__x000D__x000A_v2.1.1 - Remove-WindowsUpdate added WU Api uninstallation mode_x000D__x000A__x0009__x0009_- Fixed bug with slow run cmdlets_x000D__x000A__x0009__x0009_- Added support for Office 365 users to send emails_x000D__x000A__x000D__x000A_v2.1.0 - New cmdlet Set-PSWUSettings, for save PSWUSettings to xml file_x000D__x000A__x0009__x0009_- Param -SendReport can use smtp server credentials_x000D__x000A__x0009__x0009_- Install-WindowsUpdate added -RecurseCycle param, to install next updates after reboot_x000D__x000A__x0009__x0009_- Install-WindowsUpdate added new pre search criteria: DeploymentAction, IsAssigned, IsPresent, BrowseOnly and AutoSelectOnWebSites_x000D__x000A__x0009__x0009_- Change location of PSWindowsUpdate.log file to $Env:TEMP_x000D__x000A__x0009__x0009_- Fixed Get-WULastResults bugs_x000D__x000A__x0009__x0009_- Fixed Remove-WUServiceManager bugs_x000D__x000A__x000D__x000A_v2.0.0 - Rewrite whole script module to binary module_x000D__x000A__x0009__x0009__x000D__x000A_Cmdlets maping for old module:_x000D__x000A_v1.6.x => v2.0.x_x000D__x000A_Add-WUOfflineSync => Add-WUServiceManager_x000D__x000A_Add-WUServiceManager => Add-WUServiceManager_x000D__x000A_- => Enable-WURemoting_x000D__x000A_Get-WUHistory => Get-WUHistory_x000D__x000A_Get-WUList => Get-WindowsUpdate_x000D__x000A_Get-WUInstall => Download-WindowsUpdate (or Get-WindowsUpdate -Download)_x000D__x000A_Get-WUInstall => Install-WindowsUpdate (or Get-WindowsUpdate -Install)_x000D__x000A_Hide-WUUpdate => Hide-WindowsUpdate (or Get-WindowsUpdate -Hide)_x000D__x000A_Get-WUInstallerStatus => Get-WUInstallerStatus_x000D__x000A_Get-WURebootStatus => Get-WURebootStatus_x000D__x000A_Get-WUServiceManager => Get-WUServiceManager_x000D__x000A_Get-WUUninstall => Remove-WindowsUpdate_x000D__x000A_Invoke-WUInstall => Invoke-WUJob_x000D__x000A_- => Get-WUJob_x000D__x000A_Remove-WUOfflineSync => Remove-WUServiceManager_x000D__x000A_Remove-WUServiceManager => Remove-WUServiceManager_x000D__x000A_Get-WUAPIVersion => Get-WUAPIVersion_x000D__x000A_Get-WULastResults => Get-WULastResults_x000D__x000A_Start-WUDetectNow => -_x000D__x000A_Start-WUService => -_x000D__x000A_Get-WUSettings => Get-WUSettings_x000D__x000A_Set-WUSettings => Set-WUSettings_x000D__x000A_Update-WUModule => Update-WUModule https://www.powershellgallery.com/api/v2 PSGallery NuGet releaseNotes v2.2.1 - Set-WUSettings added params to control TargetRelease for control Feature Updates version and Windows Update for Business_x000D__x000A__x0009__x0009_- Fixes Remove-WindowsUpdate bug_x000D__x000A__x000D__x000A_v2.2.0 - New cmdlet Reset-WUComponents, for reset Windows Updates components to default_x000D__x000A__x0009__x0009_- New cmdlet Get-WUOfflineMSU, for download offline msu package from microsoft Update Catalog_x000D__x000A__x000D__x000A_v2.1.1 - Remove-WindowsUpdate added WU Api uninstallation mode_x000D__x000A__x0009__x0009_- Fixed bug with slow run cmdlets_x000D__x000A__x0009__x0009_- Added support for Office 365 users to send emails_x000D__x000A__x000D__x000A_v2.1.0 - New cmdlet Set-PSWUSettings, for save PSWUSettings to xml file_x000D__x000A__x0009__x0009_- Param -SendReport can use smtp server credentials_x000D__x000A__x0009__x0009_- Install-WindowsUpdate added -RecurseCycle param, to install next updates after reboot_x000D__x000A__x0009__x0009_- Install-WindowsUpdate added new pre search criteria: DeploymentAction, IsAssigned, IsPresent, BrowseOnly and AutoSelectOnWebSites_x000D__x000A__x0009__x0009_- Change location of PSWindowsUpdate.log file to $Env:TEMP_x000D__x000A__x0009__x0009_- Fixed Get-WULastResults bugs_x000D__x000A__x0009__x0009_- Fixed Remove-WUServiceManager bugs_x000D__x000A__x000D__x000A_v2.0.0 - Rewrite whole script module to binary module_x000D__x000A__x0009__x0009__x000D__x000A_Cmdlets maping for old module:_x000D__x000A_v1.6.x => v2.0.x_x000D__x000A_Add-WUOfflineSync => Add-WUServiceManager_x000D__x000A_Add-WUServiceManager => Add-WUServiceManager_x000D__x000A_- => Enable-WURemoting_x000D__x000A_Get-WUHistory => Get-WUHistory_x000D__x000A_Get-WUList => Get-WindowsUpdate_x000D__x000A_Get-WUInstall => Download-WindowsUpdate (or Get-WindowsUpdate -Download)_x000D__x000A_Get-WUInstall => Install-WindowsUpdate (or Get-WindowsUpdate -Install)_x000D__x000A_Hide-WUUpdate => Hide-WindowsUpdate (or Get-WindowsUpdate -Hide)_x000D__x000A_Get-WUInstallerStatus => Get-WUInstallerStatus_x000D__x000A_Get-WURebootStatus => Get-WURebootStatus_x000D__x000A_Get-WUServiceManager => Get-WUServiceManager_x000D__x000A_Get-WUUninstall => Remove-WindowsUpdate_x000D__x000A_Invoke-WUInstall => Invoke-WUJob_x000D__x000A_- => Get-WUJob_x000D__x000A_Remove-WUOfflineSync => Remove-WUServiceManager_x000D__x000A_Remove-WUServiceManager => Remove-WUServiceManager_x000D__x000A_Get-WUAPIVersion => Get-WUAPIVersion_x000D__x000A_Get-WULastResults => Get-WULastResults_x000D__x000A_Start-WUDetectNow => -_x000D__x000A_Start-WUService => -_x000D__x000A_Get-WUSettings => Get-WUSettings_x000D__x000A_Set-WUSettings => Set-WUSettings_x000D__x000A_Update-WUModule => Update-WUModule versionDownloadCount 782340 ItemType Module copyright (c) 2011-2023 Michal Gajda. All rights reserved. tags PSModule CompanyName Michal Gajda description This module contain cmdlets to manage Windows Update Client. DotNetFrameworkVersion 4.5.1 created 28.11.2023 16:18:20 +01:00 published 28.11.2023 16:18:20 +01:00 developmentDependency False NormalizedVersion 2.2.1.2 downloadCount 466095564 GUID 8ed488ad-7c77-4b33-b06e-32214925163b lastUpdated 29.11.2023 12:09:52 +01:00 Authors Michal Gajda updated 2023-11-29T12:09:52Z isLatestVersion True Cmdlets Add-WUServiceManager Enable-WURemoting Get-WindowsUpdate Get-WUApiVersion Get-WUHistory Get-WUInstallerStatus Get-WUJob Get-WULastResults Get-WURebootStatus Get-WUServiceManager Get-WUSettings Invoke-WUJob Remove-WindowsUpdate Remove-WUServiceManager Set-WUSettings Update-WUModule Set-PSWUSettings Reset-WUComponents Get-WUOfflineMSU PowerShellVersion 5.1.0.0 IsPrerelease false isAbsoluteLatestVersion True packageSize 233067 lastEdited 28.11.2023 16:23:30 +01:00 FileList PSWindowsUpdate.nuspec|PSWindowsUpdate.dll|PSWindowsUpdate.dll-Help.xml|PSWindowsUpdate.Format.ps1xml|PSWindowsUpdate.psd1|PSWindowsUpdate.psm1|PSWindowsUpdate.xml|PSWUSettings.xml.tmp requireLicenseAcceptance False C:\tmp\PSWindowsUpdate\2.2.1.2