I know this question has like 100's of similar questions. i have gone through most of them and they are outdated and doesn't seem to perform well.
I am trying to read event logs from remote computers using c#, the way which i am currently during is really slow (reading 60,000 logs) takes about 30 mins.
I am using
EventLogReader Class
I have also tried Event Log Query and some WMI way. But truly speaking they are all really slow.
There most be some other way of doing this. How can I read them faster?