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 wOOdy-Soft 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 skoehler

  1. skoehler

    WSH VBscript hangs on WMI call

    Thanks for the responses guys - however PH's solution didn't work upon further investigation. As stated above, while "For Each" line was still freezing, I was able to evaluate the colDomains.count w/o freezing.......but on further investigation, the colDomains.count property always ends up...
  2. skoehler

    WSH VBscript hangs on WMI call

    That didn't get me by the freeze on the "For Each" line, however it was able to get me to the point where evaluating colDomains.count didn't freeze, and I'm fortunate in that when this problem occurs, that ends up being an empty value. Therefore I can evaluate the count, and skip the For Each...
  3. skoehler

    WSH VBscript hangs on WMI call

    Bringing this back to the surface with some detail.... Used to have a ton of issues making remote WMI calls and it freezing my script. I wasn't even able to trap an error to make a decision from - it just froze. I've since found the following line w/ an error trap as a good method to verify...
  4. skoehler

    Why are connections remaining open to remote machines after WMI call?

    I have a script where I'm remotely querying some registry keys, and for some reason the ID I'm running this script under continues to populate security events into the remote machines' security event log even after I set the WMI object to Nothing. Don't laugh at my coding, but the following is...
  5. skoehler

    WSH VBscript hangs on WMI call

    Been searching through this and other forums, to no avail. Most desktop machines in my environment are running W2K, WXP, and a few NT's. I keep running into an issue with performing a WMI query, where it appears the script hangs (current test been hanging on line for 70 mins). I assume This is...
  6. skoehler

    Remove "A package is currently being..." window

    Does anyone happen to know the correct registry key to prevent the "A package is currently being installed in the background." window from popping up from PCM? Steve Koehler

Part and Inventory Search

Back
Top