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".
there few caveats using wmi remotely, long have correct permissions on remote system, should fine.
Comments
Post a Comment