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 derfloh 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 alliseeing

  1. alliseeing

    Reading an .evt in vb script

    Thanks that work for me man. Sometimes the answer is so simple Thanks again.
  2. alliseeing

    Reading an .evt in vb script

    I will try later ...gotta go work ....Thx
  3. alliseeing

    Reading an .evt in vb script

    I already have a working script not using log parser. I can already pull the evt files. just wanna pull from a different directory on the system. See code If bAllLogs Then Set cLogFiles = oWMI.ExecQuery("SELECT LogFileName FROM Win32_NTEventLogFile") sLogName = "" For...
  4. alliseeing

    Reading an .evt in vb script

    Making more clearer, i am trying to retrieved .evt files from an archived folder on the computer say 'c:\archived_logs' that contain nothing but .evt files. How would I modify the code below to facilitate this. If bAllLogs Then Set cLogFiles = oWMI.ExecQuery("SELECT LogFileName FROM...
  5. alliseeing

    Reading an .evt in vb script

    Still learning vb. Trying to read single .evt that is local or in a folder to the script location. Like this, but I want to designate the path it pulls from strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")...

Part and Inventory Search

Back
Top