Active Directory Integrations
Introduction
I. Active Directory Information Lookup
Finding the Base DN (Distinguished Name)
Method 1: Using Active Directory GUI
- Open "Active Directory Users and Computers"
2. Right-click on your domain
3. Select "Properties"
4. Look for the "Distinguished Name" field
Method 2: Using PowerShell
- Open PowerShell with administrator privileges
- Run the command:
- The output will be in the format: "DC=company,DC=local"
II. Finding Active Directory URL
Method 1: Command PromptPowerShell
- Open
Command PromptPowerShell as administrator Type:Run the command:
- Take the DC name from the output
- LDAP://servername.domain.com
FormatLDAP://server-IP
theLDAP URL as: