Use logparser to grab a specific event from a remote event log (and stuff it into a CSV file)
logparser -i:evt "select distinct Message INTO filename.csv from \\yourservername\Application where Message Like '%http://yoursite.domain.com/Person.aspx?guid%' " -o:CSV
<< Home