Windows 10: powershell script to get all the windows updates including Feature updates, quality updates...

Discus and support powershell script to get all the windows updates including Feature updates, quality updates... in Windows 10 Installation and Upgrade to solve the problem; Hi,lately i am trying to get a powershell script to scan and get all possible windows updates including "Feature update to windows 10, version 22h2 and... Discussion in 'Windows 10 Installation and Upgrade' started by Luís Paciência, Sep 13, 2023.

  1. powershell script to get all the windows updates including Feature updates, quality updates...


    Hi,lately i am trying to get a powershell script to scan and get all possible windows updates including "Feature update to windows 10, version 22h2 and quality and cumulative updates.Some how the powershell command is not getting them from Microsoft Update and Windows Update.Please some one help me.

    :)
     
    Luís Paciência, Sep 13, 2023
    #1
  2. Kursah Win User

    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, Sep 13, 2023
    #2
  3. [Windows 10] hide/prohibit install of specific Windows Update

    Edit: Try "Show or hide updates" troubleshooter package first and let us know if it works for you.


    Adapted from Preventing a certain Windows Update from installing on Windows 10 by Igal Tabachnik.
    • Uninstall the problematical driver/update.
    • Restart the computer, if necessary, and/or switch to an administrator account.
    • Download Windows Update PowerShell Module and extract it to: %WINDIR%\System32\WindowsPowerShell\v1.0\Modules After doing so, you will have a %WINDIR%\System32\WindowsPowerShell\v1.0\Modules\PSWindowsUpdate folder with a bunch of files.
    • Start -> All Apps -> expand Windows PowerShell -> right-click on Windows PowerShell and select Run as Administrator. This is very important or you'll get errors in Windows PowerShell.
    • Now you should see the PowerShell window and you'll have to enter a series of commands. First order of business is loading up PSWindowsUpdate. Note: You have to do this every time you restart PowerShell and want to use PSWindowsUpdate commands!
      CommandDescriptionSet-ExecutionPolicy Unrestricted -ForceAllows the use of unsigned PowerShell scripts.Import-Module PSWindowsUpdateLoads PSWindowsUpdateSet-ExecutionPolicy Restricted -ForceClose the potential security hole.
    • Enter Get-WUList. This command will take a little while to execute. It retrieves the list of all available updates on Windows Update. If you do not see the problematical update here, it is either no longer being offered or it is installed.
    • Now you need to decide how to filter what update you want to hide. Here's some examples:
      CommandDescriptionHide-WUUpdate -Title "*Realtek High Definition Audio"This looks for a title that ends with (note the asterisk) "Realtek High Definition Audio"Hide-WUUpdate -Title "Realtek*"This looks for a title that starts with (note the asterisk) "Realtek"
      When you enter the above command, it will loop through all results it finds and ask whether or not you want to hide it. Make sure you only say "yes" to the one you want hidden and "no" to the rest.
    • It will automatically show the updated results. Verify there is an "H" under the status of the ones you want hidden and not behind the rest. If it is correct, close out of PowerShell and return to your normal user account if necessary. Run Windows Update and the update should not show/install.
    If you want to unhide an update, add -HideStatus:$false to the Hide-WUUpdate command.
     
    FordGT90Concept, Sep 13, 2023
    #3
  4. nkatsar Win User

    powershell script to get all the windows updates including Feature updates, quality updates...

    FIXED!! Windows 7 sp1 never ends searching for updates

    Pros:
    • No need for a script, easy to apply manually
    • Much smaller download, seems that KB3020369 is not required, only SP1 is needed
    Cons:
    • Windows Update Client downloaded by the script is newer (June 2016 version is included in KB3172605 instead of March 2016)
    • You will still need to download/install hundreds of updates afterwards, most of them are already included in KB3125574 and installed by the script

     
    nkatsar, Sep 13, 2023
    #4
Thema:

powershell script to get all the windows updates including Feature updates, quality updates...

Loading...
  1. powershell script to get all the windows updates including Feature updates, quality updates... - Similar Threads - powershell script updates

  2. powershell script to get all the windows updates including Feature updates, quality updates...

    in Windows 10 Software and Apps
    powershell script to get all the windows updates including Feature updates, quality updates...: Hi,lately i am trying to get a powershell script to scan and get all possible windows updates including "Feature update to windows 10, version 22h2 and quality and cumulative updates.Some how the powershell command is not getting them from Microsoft Update and Windows...
  3. powershell script to get all the windows updates including Feature updates and quality updates?

    in Windows 10 Gaming
    powershell script to get all the windows updates including Feature updates and quality updates?: Hi,lately i am trying to get a powershell script to scan and get all possible windows updates including "Feature update to windows 10, version 22h2 and quality and cumulative updates.Some how the powershell command is not getting them from Microsoft Update and Windows...
  4. Pause windows update with a powershell script

    in Windows 10 Gaming
    Pause windows update with a powershell script: Hi,I am trying to remotley pause windows update using a powershell script.I have tried installing PSWindowsUpdate module on the remote PC and then running: Set-WindowsUpdateAutoUpdateOption -AutoUpdateOption 2This didnt work and i am getting that...
  5. Pause windows update with a powershell script

    in Windows 10 Software and Apps
    Pause windows update with a powershell script: Hi,I am trying to remotley pause windows update using a powershell script.I have tried installing PSWindowsUpdate module on the remote PC and then running: Set-WindowsUpdateAutoUpdateOption -AutoUpdateOption 2This didnt work and i am getting that...
  6. Is Windows 10 2H22 a quality update or a feature update?

    in Windows 10 Gaming
    Is Windows 10 2H22 a quality update or a feature update?: I need to uninstall the last Windows 10 update. It has my laptop completely frozen in a loop at start up and I didn't know whether to choose the quality or feature update to uninstall in the Advanced options menu. Please help. I just want my laptop to work again. Thank you...
  7. Is Windows 10 2H22 a quality update or a feature update?

    in Windows 10 Software and Apps
    Is Windows 10 2H22 a quality update or a feature update?: I need to uninstall the last Windows 10 update. It has my laptop completely frozen in a loop at start up and I didn't know whether to choose the quality or feature update to uninstall in the Advanced options menu. Please help. I just want my laptop to work again. Thank you...
  8. Is Windows 10 2H22 a quality update or a feature update?

    in Windows 10 Installation and Upgrade
    Is Windows 10 2H22 a quality update or a feature update?: I need to uninstall the last Windows 10 update. It has my laptop completely frozen in a loop at start up and I didn't know whether to choose the quality or feature update to uninstall in the Advanced options menu. Please help. I just want my laptop to work again. Thank you...
  9. Missing windows update options for either feature updates or quality updates

    in Windows 10 Installation and Upgrade
    Missing windows update options for either feature updates or quality updates: I seem not to have the windows update options for either feature updates or quality updates on this pc. All I have s an option to delay update installations by up to 35 days. I need the flexibility to install feature updates by up to 365 days and quality update by up to 30...
  10. Windows Update - Defer Feature and Quality Updates in Windows 10

    in Windows 10 Tutorials
    Windows Update - Defer Feature and Quality Updates in Windows 10: How to: Windows Update - Defer Feature and Quality Updates in Windows 10 How to Defer Feature and Quality Updates in Windows 10 The Windows 10 Pro, Enterprise, and Education editions let you defer upgrades to your PC. When you defer upgrades, new Windows features wont...