All Tags > logparser > VBScript (RSS)
  • Re: Logon/Logoff week information

    This is how to see logon/logoff on your computer. Save as LogonLogoff.vbs '******************************* Set objLogParser = CreateObject("MSUtil.LogQuery") Set objInputFormat = CreateObject("MSUtil.LogQuery.EventLogInputFormat") Set objOutputFormat = CreateObject("MSUtil...
    Posted to Forum by Hitchheik on 12-22-2008, 10:15 PM
  • Re: Simple Query Help

    This is a VBScript that will display an hourly count of your hits. Save top as Hourly.vbs, Save the bottom file in the same directory as your output path as hour_3.xsl. This will open in Explorer when completed' '===============================================================================...
    Posted to Forum by Hitchheik on 12-22-2008, 9:50 PM
  • Re: Executing log parser query in vbscript?

    I have an easy template system that I use. There are a number of differences that you need to learn for the input and output factors especially when doing XML or HTML formating. Here is your SQL in VBS format. remember to save as .vbs '============================================================...
    Posted to Forum by Hitchheik on 12-22-2008, 9:32 PM
Page 1 of 1 (3 items)
Microsoft Communities