Active Directory Integrations
Active Directory Information LookupÂ
Finding the Base DN (Distinguished Name)
Method 1: Using Active Directory GUI
- Open "Active Directory Users and Computers"
- Right-click on your domain
- Select "Properties"
- 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"
Finding Active Directory URL
Method 1: Command Prompt