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: *

  1. sunny001

    File inuse by whom?

    Thanks. I think it would be a nice tool, but we don't use Netware.
  2. sunny001

    File inuse by whom?

    On this server are 20GB shared files in over 500 dirs. I need a way to search for a specific file on the remote machine.
  3. 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.
  4. sunny001

    Limit LDAP/ADO search result

    Thanks, I have changed it a bit and now it works (properties for command object, not connection): Set oConnection = CreateObject("ADODB.Connection") Set oCommand = CreateObject("ADODB.Command") oConnection.Provider = "ADsDSOOBject" oConnection.Open "Active...
  5. 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 =...
  6. 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