I am trying to collect users list who connect through owa.
I have used log parser and running below command, THIS QUESTION RELATES TO ALREADY CLOSED QUESTION WHICH I THOUGHT was correct but have a question regarding this Script (QUESTION WAS CLOSED ON 3-28-2017)
https://www.experts-exchange.com/questions/29012333/exchange-owa-script.html
logparser.exe "SELECT TOP 10 cs-username, Count(*) AS OWAHits INTO OWAActivity.gif FROM C:\Inetpub\logs\LogFiles\W
3SVC1\u_ex
*.log WHERE cs-uri-stem LIKE '/OWA/' AND cs-username IS NOT NULL GROUP BY cs-username ORDER BY OWAHits DESC" -charttype:Bar3D -o:datagrid
above script runs fine and I see it collects the same info again and again, as I ran today and yesterday , I tried myself connecting through OWA, it didn't pull my name in the list?