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!

Search results for query: *

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

    System info script

    Working on creating a script that will pull system information from machines on a network. The machine names are listed in an excel file and should pull them in a loop. I had the code in 2 sections origionally, the Loop and the Information gathering, but when i combine them the output.txt file...
  2. tltechie

    SO CLOSE YET SO FAR HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    I cant get it to log to the text file. I had it before and then i broke it into pieces and put it in a nice order so it can be followed. Now it will not work right and i know its because i reordered everything. At work i do not ahve a script writer im just using notepad and im really not that...
  3. tltechie

    Log to text ( last question i swear)

    This is how i am echoing the info im requesting but id love for it to go to a text file or some sort of log so it is neater For Each objSWbemObject in colSWbemObjectSet wscript.echo "Hard Drive Space",VbCrLf,_ "Megabytes of Free Disk Space on c:\ ", Int(FreeMegaBytes), VbCrLf, _...
  4. tltechie

    show network printers mapped

    I am trying to show the printers mapped to a computer. I only want the network printers to show up not the local ones. This script will show them but it also shows the document writers and other misc crap i dont want. Any ideas would help. Set objWMIService = GetObject("winmgmts:" &...
  5. tltechie

    Remote Machine DNS list

    I have been working on this script for awhile and i cannot get it to work remotely with a variable from a larger script. RemoteMachine is the variable being worked with. I basically need the searchlist for the dns to be used with the variable, function readFromRegistry (strRegistryKey...

Part and Inventory Search

Back
Top