Skip to content

Commit de2c25f

Browse files
authored
Merge pull request #10263 from v-tappelgate/AB#8443-Restore-Article
AB#8443 restore article
2 parents e2f7de3 + 5fcce6a commit de2c25f

4 files changed

Lines changed: 60 additions & 15 deletions

File tree

.openpublishing.redirection.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@
4545
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-clustering-scenarios",
4646
"redirect_document_id": false
4747
},
48-
{
49-
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-wufb-reports.md",
50-
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-servicing-scenarios",
51-
"redirect_document_id": false
52-
},
5348
{
5449
"source_path": "support/windows-client/windows-tss/gather-information-using-tss-group-policy.md",
5550
"redirect_url": "/troubleshoot/windows-client/windows-tss/collect-data-analyze-troubleshoot-group-policy-scenarios",

support/windows-client/toc.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,6 +1461,8 @@ items:
14611461
href: ./windows-tss/collect-data-analyze-troubleshoot-windows-clustering-scenarios.md
14621462
- name: Collect data to analyze and troubleshoot Group Policy scenarios
14631463
href: ./windows-tss/collect-data-analyze-troubleshoot-group-policy-scenarios.md
1464+
- name: Collect data to analyze and troubleshoot Hyper-V related issues
1465+
href: ./windows-tss/collect-data-analyze-troubleshoot-hyperv-scenarios.md
14641466
- name: Collect data to analyze and troubleshoot licensing and activation scenarios
14651467
href: ./windows-tss/collect-data-analyze-troubleshoot-licensing-activation-scenarios.md
14661468
- name: Collect data to analyze and troubleshoot Windows networking scenarios
@@ -1469,15 +1471,15 @@ items:
14691471
href: ./windows-tss/collect-data-analyze-troubleshoot-performance-scenarios.md
14701472
- name: Collect data to analyze and troubleshoot Remote Desktop Services scenarios
14711473
href: ./windows-tss/collect-data-analyze-troubleshoot-remote-desktop-services-scenarios.md
1472-
- name: Collect data to analyze and troubleshoot shell experience scenarios
1473-
href: ./windows-tss/collect-data-analyze-troubleshoot-shell-experiences-scenarios.md
14741474
- name: Collect data to analyze and troubleshoot Windows servicing, updates, and Features on Demand scenarios
14751475
href: ./windows-tss/collect-data-analyze-troubleshoot-windows-servicing-scenarios.md
1476-
- name: Collect data to analyze and troubleshoot system management components scenarios
1477-
href: ./windows-tss/collect-data-analyze-troubleshoot-sys-management-components-scenarios.md
1478-
- name: Collect data to analyze and troubleshoot Hyper-V related issues
1479-
href: ./windows-tss/collect-data-analyze-troubleshoot-hyperv-scenarios.md
1476+
- name: Collect data to analyze and troubleshoot shell experience scenarios
1477+
href: ./windows-tss/collect-data-analyze-troubleshoot-shell-experiences-scenarios.md
14801478
- name: Collect data to analyze and troubleshoot SQL cluster (AG/FCI) related issues
14811479
href: ./windows-tss/collect-data-analyze-troubleshoot-sql-cluster-ag-fci-scenarios.md
1480+
- name: Collect data to analyze and troubleshoot system management components scenarios
1481+
href: ./windows-tss/collect-data-analyze-troubleshoot-sys-management-components-scenarios.md
1482+
- name: Collect Data to Analyze and Troubleshoot Windows Update for Business Reports Scenarios
1483+
href: ./windows-tss/gather-information-using-tss-wufb-reports.md
14821484
- name: Use the xray feature of TSS
14831485
href: ./windows-tss/use-the-xray-feature-of-tss-to-identify-known-issues.md
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
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.
4+
ms.date: 12/1/2025
5+
manager: dcscontentpm
6+
audience: itpro
7+
ms.topic: troubleshooting
8+
ms.reviewer: kaushika, warrenw, v-lianna
9+
ms.custom: sap:Support Tools\TSS DnD, csstroubleshoot
10+
appliesto:
11+
- ✅ <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`.
46+

support/windows-server/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3311,13 +3311,15 @@ items:
33113311
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-clustering-scenarios.md?context=/troubleshoot/windows-server/context/context
33123312
- name: Collect data to analyze and troubleshoot Group Policy scenarios
33133313
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-group-policy-scenarios.md?context=/troubleshoot/windows-server/context/context
3314-
- name: Collect data to analyze and troubleshoot Windows servicing, updates, and Features on Demand scenarios
3315-
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-servicing-scenarios.md?context=/troubleshoot/windows-server/context/context
3316-
- name: Collect data to analyze and troubleshoot system management components scenarios
3317-
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-sys-management-components-scenarios.md?context=/troubleshoot/windows-server/context/context
33183314
- name: Collect data to analyze and troubleshoot Hyper-V related issues
33193315
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-hyperv-scenarios.md?context=/troubleshoot/windows-server/context/context
3316+
- name: Collect data to analyze and troubleshoot Windows servicing, updates, and Features on Demand scenarios
3317+
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-windows-servicing-scenarios.md?context=/troubleshoot/windows-server/context/context
33203318
- name: Collect data to analyze and troubleshoot SQL cluster (AG/FCI) related issues
33213319
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-sql-cluster-ag-fci-scenarios.md?context=/troubleshoot/windows-server/context/context
3320+
- name: Collect data to analyze and troubleshoot system management components scenarios
3321+
href: ../windows-client/windows-tss/collect-data-analyze-troubleshoot-sys-management-components-scenarios.md?context=/troubleshoot/windows-server/context/context
3322+
- name: Collect Data to Analyze and Troubleshoot Windows Update for Business Reports Scenarios
3323+
href: ../windows-client/windows-tss/gather-information-using-tss-wufb-reports.md?context=/troubleshoot/windows-server/context/context
33223324
- name: Use the xray feature of TSS
33233325
href: ../windows-client/windows-tss/use-the-xray-feature-of-tss-to-identify-known-issues.md?context=/troubleshoot/windows-server/context/context

0 commit comments

Comments
 (0)