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!

Search results for query: *

  • Users: JojoNo1
  • Content: Threads
  • Order by date
  1. JojoNo1

    Maping to a remot drive as different user

    Hi I’m trying to write a small utility that allows people to map to a remote drive without making the connection persistent. So I use the code below in a window form Dim WshNetwork As Object WshNetwork = CreateObject("WScript.Network") WshNetwork.MapNetworkDrive("E:"...
  2. JojoNo1

    Querying a large group over 2000 users

    I am trying to write an LDAP query and I like to get all the users belonging to a certain group, my problem is that the group is too big and when it is big the result set comes back with an error. I think the only way around it is to get all the users in this group with last name starting with...

Part and Inventory Search

Back
Top