Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
|
|||||||
Download Now:
vb HELP
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
vb HELP
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" |


