Active Directory Diagnostic Tests - Troubleshoot Errors in Specific test
In Active Directory Monitor, Diagnostic tests have been introduced in build 14040. To troubleshoot any errors in a specific test in the Diagnostic tests tab, follow the below steps:
1) Open Powershell in administrator mode in the machine where Applications Manager is installed.
2) Go to <AppManager-Home>\working\conf\application\scripts\powershell
3) Run the command:
.\ADDiagnosticTests.ps1 'hostname' 'username' 'password' 'Test' >C:\diagtest.txt
Note: Replace the hostname, username and password with the credentials of the reported AD machine and replace Test with the corresponding test name (refer below table).
4) Get the diagtest.txt file which will be generated in C:\ drive.
5) Check this file for any errors in that specific test to troubleshoot.
Test Name (as in UI)
| Test Name (to be used in command)
|
Connectivity Check
| Connectivity
|
Advertising Status Check
| Advertising
|
SYSVOL Status Check
| SysVolCheck
|
Knowledge Consistency Check
| KccEvent
|
RID Master Accessibility Check
| RidManager
|
Machine Account Information Check
| MachineAccount
|
Global Role-holders Locator Check
| LocatorCheck
|
File Replication System Check
| FrsEvent
|
Distributed File System Check
| DFSREvent
|
Logon Priviledges(NetLogons) Check
| NetLogons
|
Object Replication Check
| ObjectsReplicated |
Verify References for FRS and Replication Infrastructure
| VerifyReferences |
Intersite Replication Error Check
| Intersite |
Cross Reference Check Tests
| CrossRefValidation |
Security Descriptor Reference Check Tests
| CheckSDRefDom |
New to ADSelfService Plus?
Related Articles
Troubleshooting Failed Diagnostic Tests
This KB is intended for troubleshooting Diagnostic Tests with Failed results. If you encounter any errors displayed in the monitor that prevent the execution of Diagnostic tests, or if there is no data available for Diagnostic Tests, please refer ...
Active Directory monitor - Scripts and Commands used
Refer to this document to learn about the scripts and commands used to fetch data in the Active Directory monitor. VB Scripts: The .vbs scripts are used to collect Performance Metrics in WMI mode. Below are the scripts used: ...
Active Directory Monitor - FAQs
1. What are the Scripts and Processes used in the Active Directory Monitor? Below is a list of VB Scripts and PowerShell scripts used for data collection in the AD monitor: VB Scripts located in <AppManager-Home>\working\conf\application\scripts ...
Active Directory monitor health getting affected due to port connectivity test
From the build number 14071 port connectivity test feature have been introduced. If a few ports were down and unable to connect this behavior will affect the health of the corresponding Active directory monitor. To clear the critical health alert ...
RBM - Steps to perform Test Playback
What is Test Playback? Applications Manager's Real Browser Monitor works based on a playback script that is created during the monitor creation or recording of the transactions. This playback script will contain Locators to locate the HTML elements ...