Skip to content

Commit cfc2a0f

Browse files
committed
get-windowsupdatelog-7670464max
1 parent f8d6932 commit cfc2a0f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

docset/winserver2022-ps/windowsupdate/Get-WindowsUpdateLog.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
33
external help file: WindowsUpdateLog.psm1-help.xml
44
Module Name: WindowsUpdate
5-
ms.date: 12/20/2016
5+
ms.date: 10/31/2023
66
online version: https://learn.microsoft.com/powershell/module/windowsupdate/get-windowsupdatelog?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
77
schema: 2.0.0
88
title: Get-WindowsUpdateLog
@@ -18,7 +18,7 @@ Merges Windows Update `.etl` files into a single log file.
1818

1919
```
2020
Get-WindowsUpdateLog [[-ETLPath] <String[]>] [[-LogPath] <String>]
21-
[-ProcessingType <String>] [-ForceFlush] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
[-ProcessingType <String>] [-IncludeAllLogs] [-ForceFlush] [-WhatIf] [-Confirm] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -141,6 +141,24 @@ Accept pipeline input: False
141141
Accept wildcard characters: False
142142
```
143143

144+
### -IncludeAllLogs
145+
146+
Decodes all update related logs: Windows Update, Update Session Orchestrator (USO), and Update UX (UX). This parameter is mutually exclusive of all other parameters of this cmdlet. Specifying this parameter will use defaults for all other parameters. This paramater causes a folder to be created on the desktop and readable WindowsUpdate.log, USO.log, and UX.log files are written to it.
147+
148+
149+
```yaml
150+
Type: SwitchParameter
151+
Parameter Sets: (All)
152+
Aliases:
153+
154+
Required: False
155+
Position: Named
156+
Default value: None
157+
Accept pipeline input: False
158+
Accept wildcard characters: False
159+
```
160+
161+
144162
### -LogPath
145163

146164
Specifies the full path to which `Get-WindowsUpdateLog` writes `WindowsUpdate.log`.

0 commit comments

Comments
 (0)