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 updaterelated logs: Windows Update, Update Session Orchestrator (USO), and Update user interface (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.
153
+
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.
147
154
148
155
149
156
```yaml
150
157
Type: SwitchParameter
151
-
Parameter Sets: (All)
158
+
Parameter Sets: IncludeAllLogs
152
159
Aliases:
153
160
154
161
Required: False
@@ -166,7 +173,7 @@ The default value is `WindowsUpdate.log` in the Desktop folder of the current us
166
173
167
174
```yaml
168
175
Type: String
169
-
Parameter Sets: (All)
176
+
Parameter Sets: Default
170
177
Aliases:
171
178
172
179
Required: False
@@ -189,7 +196,7 @@ The temporary files are in `$env:TEMP\WindowsUpdateLog`.
0 commit comments