5

After a search, how do I get to know in which OU (Organizational Unit) a given result is?

Sample screenshot

fixer1234
  • 28,064
Filipe
  • 53

4 Answers4

8

From the menu select "Edit"->"Choose Columns"->"Distinguished Name"

DrNoone
  • 1,662
6
  • Right-click the user, and select Properties.
  • Click the "Object" tab.
  • The OU path is shown in the "Canonical Name of object" field.

Example User Properites

*Note: For the Object tab to be visible, you will need to activate the Advanced Feature view via the main MMC menu:

Enable Advanced View

0

From the user properties window, you'll have tabs that says Object.

In Canonical name of object:

You'll see the complete path showing the OU of that user.

I hope that helps.

0

You can do this via Windows PowerShell:

Simply type:

Get-ADuser -Identity "User_Name"