EventCreate

To add an event to the Application log

eventcreate /L APPLICATION /T ERROR /SO TestSource /ID 500 /D "Test event using eventcreate.exe"

Limitations

  • You can only use the Application log
  • EventID must be in the range of 1 - 1000
  • EventSource must be unique within all logs so use something like 'TestSource'

Comments