There is an old report that has never worked for me since upgrade to version 5. The report is all domain users with their pictures and OU, you can click on the username and it takes you to user details page. The pictures are small thumbnails, but now the pictures don't show, it only shows a red X. I will attach a screenshot. I'm pretty sure this is/was a canned report from prior versions, probably just needs to be updated.
Original source that doesn't work is:
Select Top (1000000) '<img src="smallthumb.aspx?user=' + tblADusers.Username +
'&domain=' + tblADusers.Userdomain + '&size=32"/>' As Picture,
tblADusers.Username,
tblADusers.Firstname,
tblADusers.Lastname,
tblADusers.Userdomain,
tblADusers.OU
From tblADusers