searching the board returned me this:
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Board=2&Number=188473

and from that a short snippet:
 Code:
$Domain = GetObject("LDAP://cn=Users,dc=us,dc=fabricom,dc=com")
$user = $Domain.Create("user", "cn=" + $Accounts[0,$Element])
$User.Put ("sAMAccountName", $Accounts[1,$Element]) 
$user.SetPassword ($Account[2,$Element])
$user.Description = "Voice Admin"
$user.SetInfo


does that help?
weirdly I couldn't find a ready made UDF for this...
_________________________
!

download KiXnet