http://www.sqlservercentral.com/scripts/Miscellaneous/67422/
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 yourservernameApplication where Message Like ‘%http://yoursite.domain.com/Person.aspx?guid%’ ” -o:CSV