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 TouchToneTommy 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: tlitterio
  • Content: Threads
  • Order by date
  1. tlitterio

    If Err.number <> 0 Then Loop?

    This is driving me crazy! I have the below code that works somewhat. What I want it to do is at the 2 points where it has the If Err.Number <> 0 Then statements to execute the code below then loop back to the top to start over again. What it is doing is executing the first computer in the...
  2. tlitterio

    WMI Query Authentication Dilema

    Greetings! Below is a working script that will spit out the services running on a given machine into a csv file. The problem is that I need it to run on remote servers that are not part of the domain. Please help! Const ForAppending = 8 Set objFSO =...

Part and Inventory Search

Back
Top