Looking up an object name from GUID is simple. The command lsifde.exe is a command-line tool that ships with Windows Server 2003. Here are the steps.
- Open a command prompt
- Type: ldifde -d “<guid=….>” -f con -l 1.1 -p base
- Press Enter
Example:
ldifde -d “<guid=B43F5D67-E8CE-4614-A2AA-A41094FC6C89>” -f con -l 1.1 -p base
Presto! One REAL object name from a GUID.