Skip to main content

Active Directory Integrations

Active Directory Information Lookup 

Finding the Base DN (Distinguished Name)

Method 1: Using Active Directory GUI

  1. 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

  1. Open PowerShell with administrator privileges
  2. Run the command:image.png
  3. The output will be in the format: "DC=company,DC=local"

Finding Active Directory URL

Method 1: Command Prompt

  1. Open Command Prompt as administrator
  2. Type:

    image.png

  3. Take the DC name from the output
  4. Format the LDAP URL as: