Dump di Microsoft Active Directory
You can extract all the data present in your Active Directory onto a file using the following command (please ensure you are logged in with sufficient rights to do this)
csvde -f test.csv
This command will perform a CSV dump of every entry in your Active Directory server. You should be able to see the full DN's of users and groups.