Report generate from SCCM how many servers are patched and how many missing.

Dinesh Negi 66 Reputation points
2023-03-07T12:54:03.1633333+00:00

Hi,

Anybody know how to generate Report from SCCM how many servers are patched and how many missing.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,084 questions
Microsoft Configuration Manager
0 comments No comments
{count} votes

5 answers

Sort by: Most helpful
  1. piotrlapkowski 5 Reputation points
    2023-03-27T19:20:27.4333333+00:00

    To verify the SCCM database has the Windows updates you need, run this query:

    SELECT v_Update_ComplianceStatusAll.ResourceID, Client_Version0, Distinguished_Name0, Name0, Netbios_Name0, BulletinID, ArticleID, Title

    FROM v_r_system

    inner join v_Update_ComplianceStatusAll ON v_Update_ComplianceStatusAll.ResourceID=v_r_system.resourceid

    inner join v_UpdateInfo ON v_UpdateInfo.CI_ID=v_Update_ComplianceStatusAll.CI_ID

    AND v_Update_ComplianceStatusAll.Status IN (2, 3)

    More on https://docs.flexera.com/csionprem/Content/helplibrary/Configuring_SCCM_to_Report_Windows_Update_Information.htm

    1 person found this answer helpful.

  2. Garth 411 Reputation points
    2023-03-07T14:42:10.32+00:00

    What is wrong with the built in reports for this?


  3. CherryZhang-MSFT 6,481 Reputation points
    2023-03-09T09:22:05.9133333+00:00

    Hi @Chotudin

    Hope the following reports can help you.

    • Management 5 - Deployments that target a computer: Displays all software update deployments that are deployed to a specified computer.
    • Management 8 - Computers missing content (secondary): Displays all computers requiring the specified software update, but the associated content isn't yet distributed to a distribution point.
    • States 3 - States for a deployment and computer: Displays the states for all software updates in the specified deployment for a specified computer.
    • Troubleshooting 4 - Computers failing with a specific deployment error (secondary): Displays a list of the computers on which the deployment of update is failing because of a specified error.

    Thanks for your time.

    Best regards,
    Cherry


  4. Dinesh Negi 66 Reputation points
    2023-03-27T15:12:31.3333333+00:00

    I can see only

    User's image

    0 comments No comments

  5. Dinesh Negi 66 Reputation points
    2023-03-27T15:23:57.2733333+00:00

    no data is showing .

    User's image