11 lines
319 B
Markdown
11 lines
319 B
Markdown
# Generate a Windows Update Log
|
|
|
|
## Procedure
|
|
|
|
1) Generate the Windows Update log file
|
|
Use the `Get-WindowsUpdateLog` cmdlet in PowerShell to merge the Windows Update ETL files into a single log file.
|
|
|
|
2) Locate the generated log file
|
|
`Get-WindowsUpdateLog` creates `WindowsUpdate.log` on your Desktop by default.
|
|
|