Skip to main content

Active Directory Integrations

Introduction 

 

 

I. Active Directory Information Lookup 

Finding the Base DN (Distinguished Name)

Method 1: Using Active Directory GUI

  1. Open "Active Directory Users and Computers"

image.png

2. Right-click on your domain

  • image.png

    3. Select "Properties"

  • image.png

    4. Look for the "Distinguished Name" field

  • image.png

    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"

    II. Finding Active Directory URL

    Method 1: Command PromptPowerShell

    1. Open Command PromptPowerShell as administrator
    2. Type:Run the command:

      image.pngimage.png

       

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

    III. Navigate to Users

    image.png

     

    image.png