PSWindowsUpdate icon indicating copy to clipboard operation
PSWindowsUpdate copied to clipboard

This module contain cmdlets to manage Windows Update Client.

Results 53 PSWindowsUpdate issues
Sort by recently updated
recently updated
newest added

Running `Reset-WUComponents -WhatIf` proceeds with doing changes. Windows PowerShell 5.1 running on Windows Server 2019, module version 2.2.1.4. ```powershell PS C:\Windows\system32> PSWindowsUpdate\Reset-WUComponents -WhatIf -Verbose Step 1: Stop Windows Update services...

Since several weeks I am not able anymore to install new updates. It always fails with the error: 'Object reference not set to an instance of an object'. Does anyone...

Cannot use Get-WUOfflineMSU no matter what parameters I use, even if I copy exactly the example. Please see the information below as well as the screenshot ![ps_err](https://github.com/mgajda83/PSWindowsUpdate/assets/117455936/02cfec1c-0036-4de9-94cd-15ea73c863a7) PS C:\Users\WDAGUtilityAccount> Get-WUOfflineMSU...

``` > ssh 192.168.1.15 PC> powershell -nologo -noprofile PS> Get-WindowsUpdate -RootCategories 'Critical Updates', 'Security Updates', 'Definition Updates' ComputerName Status KB Size Title ------------ ------ -- ---- ----- PC ------- KB2267602...

WU client is great at figuring out what drivers are applicable for your device. However, IT Professionals now use WUfB DS (most often managed through Intune, but it's an entirely...

When I try execute the command to remove a specific cumulative update, there is no error, even in the debug/verbose mode, and nothing happens Tried this command: Remove-WindowsUpdate -KBArticleID KB5039705...

PS C:\WINDOWS\system32> import-module -name PSWindowsUpdate import-module : Could not find a part of the path **'C:\Users\User\AppData\Local\Temp\tmpEXO_smhylu1m.qnz\exchange.format.ps1xml'.** At line:1 char:1 + import-module -name PSWindowsUpdate + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (:String)...

@mgajda83 Can I use the powershell command to make it show that the updates have just been checked (current date and time) after entering the Windows Update settings? ![350719093-84e62eb2-02b5-4e48-8f70-8204d4effd74](https://github.com/user-attachments/assets/1c41ba2b-6c90-4593-96d1-3a1517f0a360) Currently...

@mgajda83 Can I, for example, download optional updates of drivers found in my system in such a way that the system will never install and update them automatically? ![350720076-19edd8a0-e337-4ab7-94e3-aa71e0087dd6](https://github.com/user-attachments/assets/969cac99-8770-4f98-8618-be6349f04412) Or...

@mgajda83 Get-WindowsUpdate vs Download-WindowsUpdate vs Install-WindowsUpdate command - explanation Please explain and provide the differences between them. From what I understand, if I want to download all available drivers at...