Perl module WIN32::EventLog can be used to backup and read Windows XP and Server 2003 event logs. It can also be used to backup the newer event log (.evtx) files. When I attempt to open one of the newer event logs that where backed up using the WIN32::EventLog::OpenBackup function, it fails with an Unknown error. It seems that it is attempting to use the old event viewer to access the new log formats. Can anyone provide any suggestions on how to access the new event log format?
Thanks in advance....