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
title: Collect Data to Analyze and Troubleshoot Windows Update for Business Reports Scenarios
3
+
description: Introduces how to gather information by using the TroubleShootingScript (TSS) toolset for Windows Update for Business reports-related issues.
- ✅ <a href=https://learn.microsoft.com/windows/release-health/windows-server-release-info target=_blank>Supported versions of Windows Server</a>
12
+
- ✅ <a href=https://learn.microsoft.com/windows/release-health/supported-versions-windows-client target=_blank>Supported versions of Windows Client</a>
13
+
---
14
+
# Collect data to analyze and troubleshoot Windows Update for Business Reports scenarios
15
+
16
+
This article introduces how to gather information by using the TroubleShootingScript (TSS) toolset for Windows Update for Business reports-related issues.
17
+
18
+
Before contacting Microsoft support, you can gather information about your issue.
19
+
20
+
## Prerequisites
21
+
22
+
Refer to [Introduction to TroubleShootingScript toolset (TSS)](/windows-client/windows-tss/introduction-to-troubleshootingscript-toolset-tss#prerequisites) for prerequisites for the toolset to run properly.
23
+
24
+
## Gather key information before contacting Microsoft support
25
+
26
+
1. Download [TSS](https://aka.ms/getTSS) and extract it in the *C:\\tss* folder.
27
+
2. Open the *C:\\tss* folder from an elevated PowerShell command prompt.
28
+
> [!NOTE]
29
+
> Don't use the Windows PowerShell Integrated Scripting Environment (ISE).
30
+
3. Run the following cmdlets:
31
+
32
+
```powershell
33
+
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
34
+
```
35
+
36
+
```powershell
37
+
.\TSS.ps1 -Collectlog DND_WUfBReport
38
+
```
39
+
40
+
4. Enter *A* for "Yes to All" for the execution policy change.
41
+
42
+
> [!NOTE]
43
+
>
44
+
> - The traces are stored in a compressed file in the *C:\\MS_DATA* folder. After a support case is created, this file can be uploaded to the secure workspace for analysis.
45
+
> - If you've downloaded this tool previously, we recommend downloading the latest version. It doesn't automatically update when running `-Collectlog DND_WUfBReport`.
0 commit comments