I'm not able to retrieve the Description of a user using ADSI. I'm trying user.Get("description").ToString() on IADsUser
I get the error, The 'description' property cannot be found in the cache. Is there a different method I need to use to get Description?