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…..!!!
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Team,
How can we collect Windows Update Logs from client remotely via MECM.
Is there any script available….or something else…..!!!
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