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 Wanet Telecoms Ltd 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: sunny001
  • Content: Threads
  • Order by date
  1. sunny001

    File inuse by whom?

    How do I find out who has opened a file on a network drive and is it possible to force him out? I used winfile to do this, but with WinXP the button doesn't work anymore.
  2. sunny001

    Limit LDAP/ADO search result

    I use the following code to get all users in a domain, but I only get 1000 records back. There should be over 3000 in the User folder and some more elsewhere. Set objConn = CreateObject("ADODB.Connection") objConn.Provider = "ADsDSOOBJECT" objconn.open strQuery =...
  3. sunny001

    Timeout for GetObject (winmgmts)

    I try to connect to a remote Computer to get the CurrentUser. Ping is ok. No error occurs, but the script halts while executing this statement: Set oSys = GetObject("winmgmts:" & _ "{impersonationLevel=impersonate}" & _ "!//" & machine & _...

Part and Inventory Search

Back
Top