Windows 10: Powershell & WSUS - How to get needed updates on a single computer ?

Discus and support Powershell & WSUS - How to get needed updates on a single computer ? in Windows 10 Software and Apps to solve the problem; Hello there,I would like to get through WSUS API and Powershell a list for needed / failed updates on a single computer. I'm very beginner with... Discussion in 'Windows 10 Software and Apps' started by MrKementari, Nov 7, 2022.

  1. Powershell & WSUS - How to get needed updates on a single computer ?


    Hello there,I would like to get through WSUS API and Powershell a list for needed / failed updates on a single computer. I'm very beginner with Powershell, I can get computer information, I can get all needed/failed updates on WSUS server but I did not succeeded to match both of them.I would like to show all needed / failed updates in a Powershell output, as its shown on WSUS reports when you click on a computer and show the detailed report.Is it a way to do that ?Thanks !Regards,Aurélien

    :)
     
    MrKementari, Nov 7, 2022
    #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, Nov 7, 2022
    #2
  3. Configure WSUS with Powershell

    Hi Guys,<br /><br />I have managed to create a PowerShell script which configures our WSUS settings, but I am not able to figure out how I move the computer setting from "Use the Update Services console" to "Use Group Policy or registry settings on computers".<br
    /><br />Have any of you had any luck?
     
    Peter Harslev, Nov 7, 2022
    #3
  4. Anusha D1 Win User

    Powershell & WSUS - How to get needed updates on a single computer ?

    Get the update status of the Registered computer from WSUS. Only Security Patches are Approved in this WSUS.

    Hello,

    Myself Anusha, I have a query on listing the computer status that is registered to WSUS.

    We have a WSUS where we approve only Security Patches, and these patches flow down to the registered computers from WSUS.

    How can we get the computer status (like whether it is up to date or not or even if it is in pending state for installation) using WSUS API.

    The scope of the Patches that flow down to the registered computer is:

    1. Patch should be under security updates.

    2. That patch should be approved in WSUS.

    Hope I can get some solution on this.

    Thank you,

    Anusha.
     
    Anusha D1, Nov 7, 2022
    #4
Thema:

Powershell & WSUS - How to get needed updates on a single computer ?

Loading...
  1. Powershell & WSUS - How to get needed updates on a single computer ? - Similar Threads - Powershell WSUS needed

  2. server 2022 how to get update fron wsus

    in Windows 10 Gaming
    server 2022 how to get update fron wsus: server 2022 how to get update fron wsus https://answers.microsoft.com/en-us/windows/forum/all/server-2022-how-to-get-update-fron-wsus/43bb8c7e-89ac-47bd-8118-fa6a46362145
  3. server 2022 how to get update fron wsus

    in Windows 10 Software and Apps
    server 2022 how to get update fron wsus: server 2022 how to get update fron wsus https://answers.microsoft.com/en-us/windows/forum/all/server-2022-how-to-get-update-fron-wsus/43bb8c7e-89ac-47bd-8118-fa6a46362145
  4. Windows 11 WSUS: Win 11 Updates detected as not needed by Win 11 client in WSUS

    in Windows 10 Software and Apps
    Windows 11 WSUS: Win 11 Updates detected as not needed by Win 11 client in WSUS: I am testing to update Windows 11 from WSUS server. Currently we have 3 units of test client, however, there is 2 issues related to the testing.Windows 11 detected as Win 10 in WSUS.Windows 11 updates detected as not needed/not applicable by the clients.I already ticked all...
  5. Powershell & WSUS - How to get needed updates on a single computer ?

    in Windows 10 Gaming
    Powershell & WSUS - How to get needed updates on a single computer ?: Hello there,I would like to get through WSUS API and Powershell a list for needed / failed updates on a single computer. I'm very beginner with Powershell, I can get computer information, I can get all needed/failed updates on WSUS server but I did not succeeded to match both...
  6. Get the update status of the Registered computer from WSUS. Only Security Patches are...

    in Windows 10 Gaming
    Get the update status of the Registered computer from WSUS. Only Security Patches are...: Hello,Myself Anusha, I have a query on listing the computer status that is registered to WSUS.We have a WSUS where we approve only Security Patches, and these patches flow down to the registered computers from WSUS.How can we get the computer status like whether it is up to...
  7. Get the update status of the Registered computer from WSUS. Only Security Patches are...

    in Windows 10 Software and Apps
    Get the update status of the Registered computer from WSUS. Only Security Patches are...: Hello,Myself Anusha, I have a query on listing the computer status that is registered to WSUS.We have a WSUS where we approve only Security Patches, and these patches flow down to the registered computers from WSUS.How can we get the computer status like whether it is up to...
  8. Need to update 1909 to 21h1 with the help of wsus server

    in Windows 10 Installation and Upgrade
    Need to update 1909 to 21h1 with the help of wsus server: Need to update windows 10 1909 to windows 10 21h1 with help of wsus server.I already try it many time but it stuck on downloading 0 percent....
  9. Computers do not download WSUS updates

    in Windows 10 Installation and Upgrade
    Computers do not download WSUS updates: Hi, Implement in the network of my work the role of wsus in server 2019, I made the configuration as it should be in the wsus console, policies by GPO, 2 groups one of machine and another of servers, the PCs communicate with wsus and it records everything perfect, but when...
  10. WSUS Updates Powershell script fails; Errorcode: 0x80240438

    in Windows 10 Installation and Upgrade
    WSUS Updates Powershell script fails; Errorcode: 0x80240438: Hello, I am trying to run a powershell script on a Windows Server 2016 to find, download and install updates, but I get the following error: Exception from HRESULT: 0x80240438 ... + $result = $updateSearcher.Search("IsInstalled=0 and Type='Software'") +...