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

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

*Note: For the Object tab to be visible, you will need to activate the Advanced Feature view via the main MMC menu:
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.
You can do this via Windows PowerShell:
Simply type:
Get-ADuser -Identity "User_Name"