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 John Tel 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 chxpty

  1. chxpty

    Matching Username with the domain computer

    You are correct that is the line. So what your saying is that i have to be logged in as an administrator for this code to work. Now is that an adminstrator on the network or the local computer.
  2. chxpty

    Matching Username with the domain computer

    'open the file system object Set oFSO = CreateObject("Scripting.FileSystemObject") 'open the data file Set oTextStream = oFSO.OpenTextFile("wslist.txt") 'make an array from the data file RemotePC = Split(oTextStream.ReadAll, vbNewLine) 'close the data file oTextStream.Close For Each...
  3. chxpty

    Matching Username with the domain computer

    that is what i am looking for. i have one last question when i put in the code i could not get the file LogonLocationReport.txt to be created. The wslist was created but the logon location report was not. any suggestions?
  4. chxpty

    Finding Computer names

    that was very helpful now my next question is how do you find which user is logged in to what computer.
  5. chxpty

    Finding Computer names

    I need to find all the computer names in the network. I am not really sure how to do this. please help.
  6. chxpty

    Matching Username with the domain computer

    This helps but i need to be able to look at the users logged in to the variouse computers on the network.
  7. chxpty

    Matching Username with the domain computer

    Hi. I am new to this VBscript. Heres my problem. I have to enter the user name in and match it up with the computer that they are currently log on to. Also i need to find the IP address of that computer. i am not sure were to start i know how to find that information for the local computer...

Part and Inventory Search

Back
Top