I'm a rookie (obviously) with LogParser but was hoping to use this tool to capture a when users have logged in (date and time) to a specific site grouped by user name.
The site is a Sharepoint site so there is domain\username information available but I'm hoping to be able to capture when users visit specific URL's. I'm guessing there will need to be WHERE clauses to locate the URL in that I'm trying to count the number of visits to.
For example I'd like to see something like this:
Domain\gkerr "http:\\Sharepoint\Site1 01/01/2007 10:00am
Domain\gkerr http:\\sharepoint\site2 01/01/2007 10:10am
Domain\nsmith http:\\sharepoint\site2 01/01/2007 10:12am
I've spent a few hours experimenting with examples I've found online but I haven't found exactly what I'm looking for.
Thanks in advance
Guy