Get-WindowsUpdate.log …. Remotely

Question

Team,

How can we collect Windows Update Logs from client remotely  via MECM.

Is there any  script available….or  something else…..!!!

Answers ( 2 )

    0
    2021-07-02T11:24:51+05:30

    More you can check out details here –

    + How to Collect Windows Update Logs from SCCM Client Remotely ConfigMgr

    https://www.anoopcnair.com/sccm-collect-windows-update-logs-cmpivot-config/

    Best answer
    0
    2021-07-02T01:19:37+05:30

    Try to use the CMPivot Query

    WinEvent(‘Microsoft-Windows-WindowsUpdateClient/Operational’, 1d)
    | where LevelDisplayName ==’Error’
    | summarize count() by Device

Leave an answer

Sorry, you do not have permission to answer to this question .