Event log

  • Thread starter Thread starter Vai2000
  • Start date Start date
V

Vai2000

Hi All, I have saved my Application Event Log from the MMC Console to a file
on my C: Drive...
Does any one know how to load that file in a WMI Object programmatically?

This is available to me:
'Set objWMIService = GetObject("winmgmts:" _
' & "{impersonationLevel=impersonate,(Security)}!\\" & _
' strComputer & "\root\cimv2")

I want this!!!!!
Set objWMIService = GetObject("C:\appl.evt")


TIA
 
Thanks for the input, well I had to go with a vc++ Project, this time dotNet
was difficult

Used the
OpenBackupEventLog Function
 
Back
Top