I need to create a script that can query users on Active Directory.
Assuming:
All my users are connected to a server called "engineering.software.companyX.com".
All our PC's have domain accounts to the name above.
What LDAP URI do I use?
|
I need to create a script that can query users on Active Directory. Assuming: What LDAP URI do I use?
| ||||
|
feedback
|
|
You may use
You can also query users by their logon name:
Edit: I see from the edits you just want the LDAP connection string/URI. Try this:
| ||||
|
feedback
|
distinguishedNameof the object? – jscott Feb 10 at 19:27