What specific command should I use to prevent it from downloading optional updates and all the rest?
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:
What specific command should I use to prevent it from downloading optional updates and all the rest?
What command and commands with what switches should I use?
Same second thing, how can I search, download and install "Receive updates for other Microsoft products when updating Windows"
If I have the detection of these additional updates set, can I just use - Install and it will find all of them or not?
Unfortunately, there is no attribute that points to the update provider in metadata, and it is not always specified in the title. You can try to filter by the following parameters:
- Get-WindowsUpdate -NotCategory Drivers
- Get-WindowsUpdate -NotTitle "Dell|Intel"
@mgajda83 Thanks!