Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Summersl

  1. Summersl

    Example of ASP LDAP query string?

    Hi all, This is some simple code to get your login name & email address from active directory. It took me ages to work out the code. But it uses alot less code than I used to use. Set objSysInfo = CreateObject("ADSystemInfo") Set adsUser = GetObject("LDAP://" & objSysInfo.username)...

Part and Inventory Search

Back
Top