You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decodes all update-related logs: Windows Update, Update Session Orchestrator (USO), and the update user interface (UX). This parameter is mutually exclusive of all other parameters of this cmdlet. Specifying this parameter uses defaults for all other parameters. This parameter causes a folder to be created on the desktop and readable WindowsUpdate.log, USO.log, and UX.log files are written to it.
154
+
155
+
156
+
```yaml
157
+
Type: SwitchParameter
158
+
Parameter Sets: IncludeAllLogs
159
+
Aliases:
160
+
161
+
Required: False
162
+
Position: Named
163
+
Default value: None
164
+
Accept pipeline input: False
165
+
Accept wildcard characters: False
166
+
```
167
+
168
+
144
169
### -LogPath
145
170
146
171
Specifies the full path to which `Get-WindowsUpdateLog` writes `WindowsUpdate.log`.
147
172
The default value is `WindowsUpdate.log` in the Desktop folder of the current user.
148
173
149
174
```yaml
150
175
Type: String
151
-
Parameter Sets: (All)
176
+
Parameter Sets: Default
152
177
Aliases:
153
178
154
179
Required: False
@@ -171,7 +196,7 @@ The temporary files are in `$env:TEMP\WindowsUpdateLog`.
0 commit comments