c# - Retrieve Windows Events programmatically from a remote computer - Windows XP -


i need retrieve windows event logs programmatically remote xp system. links/resources related helpful.

thanks in advance!

you should able event event log/build watcher using windows management instrumentation (wmi). here's article on building "watcher".

http://www.siccolo.com/articles/codeproject/logwatcher_rss_feed/build_log_watcher_rss_feed_using_wmi.html

there few caveats using wmi remotely, long have correct permissions on remote system, should fine.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -