Hi Co, hi Les,

Great, never did anything with this kind of queries but your posts helped me a lot.
I came up with the following which is sufficient for what I want to do
Code:

Call 'TranslateName.udf'
$query = TranslateName(3,"",3,"@Domain\@WkSta$",1)
$ADprop = GetObject('LDAP://'+$query[0])
$ADdesc = $ADProp.get('description')
$ADprop = ''
? "AD description for '" + @WkSta + "' = " + $ADdesc



Thank you!
Wam