I need to find a way to query AD for users who's thumbnailphoto attribute is blank and then output this to a report. I'm sure I could do this with a custom ADUC query but the following string doesn't work..
(&((objectCategory=person)(thumbnailphoto=""))
Any help would be appreciated.