Gather Logs via Troubleshooting Script (TSS) in Windows PowerShell

Resumo: Troubleshooting Script (TSS) is a collection of scripts and tools developed by Microsoft to facilitate the collection of logs and diagnostic information on Windows systems. Using Windows PowerShell, TSS collects a variety of data, such as event logs, process information, system configuration details, and other data relevant to troubleshooting technical issues. This script is especially useful for identifying and troubleshooting complex issues in Windows, providing a comprehensive compilation of information that can be reviewed by Technical Support. ...

Este artigo aplica-se a Este artigo não se aplica a Este artigo não está vinculado a nenhum produto específico. Nem todas as versões do produto estão identificadas neste artigo.

Instruções

To collect logs using Troubleshooting Script (TSS) through Windows PowerShell, follow the instructions below to suit the online or offline mode depending on your environment conditions.

1 . Open PowerShell as Administrator.

  • Press Windows + X and select Windows PowerShell (Admin) key or the Windows Terminal (Admin)specification.
  • Confirm the User Account Control (UAC) prompt if prompted.
x1.jpg

2 . Run command.

Copy and paste the below command into PowerShell and press Enterspecification.

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression('$module="TSSCollect"; $repo="PowershellScripts"'+(new-object net.webclient). DownloadString('https://raw.githubusercontent.com/fginacio/MS/main/TSSCollect.ps1')); Invoke-TSSCollect
0.jpg

3 . TSS Download and Unpack.

Wait for TSS download and unzip to complete.


1.jpg

4 . Menu.

From the menu, enter the Service Tag of the appliance and then, when prompted to start the collection, type the letter Y key, and then press the Enterspecification.


2.jpg

5. Collection.

Wait for the collection to complete.

NOTE: This step may take several minutes.

4.jpg

6. Conclusion.

A dialog window opens informing you that the collection completed successfully.

NOTE: The file will be saved to the C:\Dell\Logsspecification.

6.jpg

1 . TSS Download and Unpack.

  1. Download TSS from this link.
  2. Save the file on the host where you need to perform the collection TSS.zip In the directory C:\Dell\ and extract the contents to the C:\Dell\TSSv2specification.
  3. Download the TSSv2Collect_Offline.ps1 from this link and save to the folder C:\Dell\specification.
7.jpg

2 . Open PowerShell as Administrator.

  • Press Windows + X and select Windows PowerShell (Admin) key or the Windows Terminal (Admin)specification.
  • Confirm the User Account Control (UAC) prompt if prompted.
x2.jpg

3 . Run command.

Copy and paste the below command into PowerShell and press Enterspecification.

Echo TSSv2Collect_Offline; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression('$module="TSSv2Collect_Offline"; $repo="PowershellScripts"'+(new-object net.webclient). DownloadString('c:\dell\TSSv2Collect_offline.ps1'));
8.jpg

4 . Menu.

From the drop-down menu, choose the collection option.

  • Standard: Press '1' to use the default setting.
  • Cluster: Press '2' to capture logs in cluster environments.
  • HyperV: Press '3' for virtual machine logs.
  • Output: Press 'Q' to end the program.
9.jpg

5. Collection.

Wait for the collection to complete.

NOTE: This step may take several minutes.

10.jpg

6. Conclusion.

A dialog window opens stating that the collection completed successfully and indicating the directory where the file was saved.

To send the generated log to Dell Technical Support, use the portal available at: https://tdm.dell.com/file-upload.

NOTE: The information contained in this document is based on Fabiano Inacio's GitHub repository, available at: https://github.com/fginacio/MS.

Produtos afetados

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022
Propriedades do artigo
Número do artigo: 000231601
Tipo de artigo: How To
Último modificado: 21 mai. 2025
Versão:  2
Encontre as respostas de outros usuários da Dell para suas perguntas.
Serviços de suporte
Verifique se o dispositivo está coberto pelos serviços de suporte.