Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.85 KB

gather-information-using-tss-ad-replication.md

File metadata and controls

43 lines (33 loc) · 1.85 KB
title description ms.date manager audience ms.topic localization_priority ms.reviewer ms.custom
Gather information by using TSS for Active Directory replication issues
Introduces how to gather information by using the TroubleShootingScript (TSS) toolset for Active Directory replication issues.
12/26/2023
dcscontentpm
itpro
troubleshooting
medium
kaushika, warrenw, v-lianna
sap:Support Tools\TSS DS, csstroubleshoot

Gather information by using TSS for Active Directory replication issues

This article introduces how to gather information by using the TroubleShootingScript (TSS) toolset for Active Directory replication issues.

Before contacting Microsoft support, you can gather information about your issue.

Prerequisites

Refer to Introduction to TroubleShootingScript toolset (TSS) for prerequisites for the toolset to run properly.

Gather key information before contacting Microsoft support

  1. Download TSS and extract it in the C:\tss folder.

  2. Open the C:\tss folder from an elevated PowerShell command prompt.

    [!NOTE] Don't use the Windows PowerShell Integrated Scripting Environment (ISE).

  3. Run the following cmdlets:

    Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
    .\TSS.ps1 -Scenario ADS_General -noProcmon -noPSR -noVideo
  4. Enter A for "Yes to All" for the execution policy change.

Note

  • 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.
  • If you've downloaded this tool previously, we recommend downloading the latest version. It doesn't automatically update when running -Scenario ADS_General -noProcmon -noPSR -noVideo.