Troubleshooting connection to AD LDS
Summary: This article contains instructions on how to test connection to AD LDS.
Applies to: Cayosoft Administrator 9.x or later
Resolution
-
Check if the Active Directory Web Service is started. How to check:
Run PowerShell as Administrator.
Run this script:
CopyTest-NetConnection -ComputerName <FQDN> -Port 9389
The Active Directory Web Service is not started if TcpTestSucceeded : True.
-
Check if the AD LDS service is started. How to check:
Run PowerShell as Administrator.
Run this script:
CopyTest-NetConnection -ComputerName <FQDN> -Port 389
The AD LDS Service is not started if TcpTestSucceeded : True.
-
Check if AD LDS is reachable. How to check:
Run PowerShell as Administrator
Run this script:
CopyGet-ADUser -server '<FQDN>:<port nuber>' -Filter * -SearchBase '<partition DN>'
Comments
0 comments
Please sign in to leave a comment.