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…..!!!
solved 0
Configuration Manager 12 months 2021-06-29T16:18:23+05:30 2021-06-29T16:18:23+05:30 2 Answers 54 views Beginner 0
Answers ( 2 )
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/
Try to use the CMPivot Query
WinEvent(‘Microsoft-Windows-WindowsUpdateClient/Operational’, 1d)
| where LevelDisplayName ==’Error’
| summarize count() by Device