Quote:
Originally Posted by sunsysadm2003
I would like to be able to do such things like extracting event logs from various servers, workstations, etc., verifying security settings, etc.
All suggestions are gratefully accepted 
|
I would suggest "Visual Basic for Applications", but even this will be replaced by "Visual Studio Tools for Applications".
Previously I've written a simple eventlog tool in C using the WIN32 APIs OpenEventLog/ BackupEventLog/ ClearEventLog, these will work remotely.