I have attempted to search the forums to no avail.
I have IISW3C logfiles from IIS 6 from an Exchange 2003 OWA Server that I need to do the following with:
a) Find all instances where user DOMAIN\Adam logged in
b) Find all instances of authentication to the server from the IP address DOMAIN\Adam logged in from
When I attempt to query the logs using
"c:\Program Files\Log Parser 2.2\LogParser.exe" -i:iisw3c -o:w3c "Select * into NewFile.log from .\ex*.log where cs-username like 'DOMAIN\Adam'"
no results are found. I have examind the log files by hand and that value is in the cs-username field.
Any suggestions or recommendations are welcome.