RE: [ActiveDir] Slightly OT: AD Scripting question - ADO query and "description" field

2004-11-22 Thread joe
; $objRS->MoveFirst; while (!$objRS->EOF())  {   print "DN: ".$objRS->Fields(0)->Value."\n";   print "Display Name: ".$objRS->Fields(1)->Value."\n";   foreach $group (in $objRS->Fields(2)->Value)    {     print "   > $group\n&qu

[ActiveDir] Slightly OT: AD Scripting question - ADO query and "description" field

2004-11-22 Thread Fuller, Stuart
To the scripting gurus:   This one is kind of driving me nuts so any clarification on why this happens would be greatly appreciated.   I recently created a script for one of our agency OU admins that queried the AD for their workstations and returned name, distinguished name, description, a