On Exchange 2007 -> Application log
We had some warnings:
Unable to update Mailbox SD in the DS. Mailbox Guid: 6f719d5c-7cbb-4482-9ea3-210d8b16b47e.
Error Code 0x8004010f
This is clearly related to a user, with GUID:
6f719d5c-7cbb-4482-9ea3-210d8b16b47e
but who was this user ?
Thanks to Joe Richards’s “Adfind (freeware) its very easy to look up.
Download Adfind from:
http://joeware.net/freetools/tools/adfind/index.htm
We ran:
adfind -gc -b “” -binenc -f ” msExchMailboxGUID={{GUID:6f719d5c-7cbb-4482-9ea3-210d8b16b47e}}” -dn
And it returned the username – very easy.
Microsoft has also written about this tool:



