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

Hello @mgajda83 What specific command should I use to prevent it from downloading optional updates and all the rest? So this should bypass optional driver updates: ![obraz](https://github.com/user-attachments/assets/94a5f76b-4c05-46f5-80a0-bcda2f90b954) What specific command...

Hi There is problem when scheduling remote computer windows update, this is because script will use us-en region settings for time and date Install-WindowsUpdate -ComputerName test1 -MicrosoftUpdate -Install -AcceptAll -Verbose...

``` PS C:\Users\agite> Get-WindowsUpdate -Verbose VERBOSE: AGIDESKTOP (26.07.2024 12:26:39): Connecting to Microsoft Update server. Please wait... VERBOSE: Found [2] Updates in pre search criteria VERBOSE: Found [2] Updates in post...

Hello The most recent update to PSWindowsUpdate has introduced a confirmation prompt when `Enable-WURemoting` is run. There does not appear to be a -force option, meaning that non-interactive scripts cannot...

Hello, I'm using the great PSWindowsUpdate module for a few years. I'm using a script in the oobe phase to update the client before ESP Enrollment (autopilot) When I use...

Updated Remove-WindowsUpdate section to replace example with Get-WUUninstall (which doesn't work anymore) with Remove-WindowsUpdate.

I run the command Install-WindowsUpdate -AcceptAll -AutoReboot -RecurseCycle 5 -Verbose Updates are installed, a reboot is forced, a task gets added to the task scheduler. The action of the task...

Of four updates that were installed only two were found with -IsInstalled, rendering the tool pretty useless for me. The odd thing is, all four **are** returned in Get-WUHistory. ```...

Hi, Is there a specific argument required to show Cumulative updates? Currently, I do not see KB5043145 via this tool (Get-WindowsUpdate or Get-WindowsUpdate -AcceptAll -Install -IgnoreReboot) This is clearly visible...

Kia ora experiencing an issue with installing updates using this module. Command used. `Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -Verbose -IgnoreReboot -Category 'Critical Updates', 'Security Updates' -NotTitle 'Feature'` I had 6 servers all...