I am very new to this!
Is there anyone who point me in the right direction on how to connect to active directory and view objects, especially in creating a directory entry and when a username and password is required.
I am using
Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://DomainName") but get zero results.
Any help would be appreciated.
Is there anyone who point me in the right direction on how to connect to active directory and view objects, especially in creating a directory entry and when a username and password is required.
I am using
Dim enTry As DirectoryEntry = New DirectoryEntry("LDAP://DomainName") but get zero results.
Any help would be appreciated.