Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Read WSUS log on Window 10

Try to get the WSUS log status on Window 10 client. Run the powershell command and get an error . Any idea ?

Thanks

PS C:\Windows\system32> Get-WindowsUpdateLog
Converting C:\Windows\logs\WindowsUpdate into C:\Users\MIS\Desktop\WindowsUpdate.log ...
 
Directory: C:\Users\MIS\AppData\Local\Temp\WindowsUpdateLog
 
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 28/4/2017 4:12 PM SymCache
Input
----------------
File(s):
 
Error:
Access is denied.
Failed to decode ETLs. TraceRpt.exe returned error= -2147024891
At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WindowsUpdate\WindowsUpdateLog.psm1:209 char:9
+ throw "Failed to decode ETLs. TraceRpt.exe returned error= $L ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Failed to decod...or= -2147024891:String) [], RuntimeExcept
ion
+ FullyQualifiedErrorId : Failed to decode ETLs. TraceRpt.exe returned error= -2147024891
PS C:\Windows\system32>
SOLUTION
Avatar of Chris
Chris
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Really? Not for me as weak user account.
How could the selected question be a solution?