Vb HELP

Status
Not open for further replies.

Prevs

Posts: 53   +0
I dont know if this forum can help me, but im writing a vb.net app and I need help getting sam account names from active directory, at the moment my code get everything including computernames and display names. The prog is meant to get sam account info from AD and put it in a access database.

the problem is on this line I think

comAD.CommandText = "<" & oMydomain.adspath & _ ">;(objectClass=user);sAMAccountName"
 
Status
Not open for further replies.
Back