Event log

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
 
V

Vai2000

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

Used the
OpenBackupEventLog Function
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top