adfind -default -bit -f "&(objectcategory=person)(objectclass=user)(homedirectory=*)" samaccountname description homedirectory -csv > c:\UsersHomeDirectory.csv
That will give you all users (enabled and disabled with the home directory defined in the profile tab)
Thanks
Mike