Skip to content

Commit

Permalink
Merge pull request #3694 from mestew/winupdatelog-correction
Browse files Browse the repository at this point in the history
fix error in get-windowsupdatelog
  • Loading branch information
mestew authored Nov 2, 2023
2 parents 4f5fd04 + e005aec commit c70d338
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Merges Windows Update `.etl` files into a single log file.
### ParameterSetDefault
```
Get-WindowsUpdateLog [[-ETLPath] <String[]>] [[-LogPath] <String>]
[-ProcessingType <String>] [-IncludeAllLogs] [-ForceFlush] [-WhatIf] [-Confirm] [<CommonParameters>]
[-ProcessingType <String>] [-ForceFlush] [-WhatIf] [-Confirm] [<CommonParameters>]
```


Expand Down

0 comments on commit c70d338

Please sign in to comment.