How to create Windows EventLog source from command line?
Posted on 2013-03-01 17:35 zhaobin 阅读(251) 评论(0) 收藏 举报e.g. 1: eventcreate /ID 1 /L APPLICATION /T INFORMATION /SO OlympicApp /D "Olympic2012 Log"
This will create a new event source named "OlympicApp" under APPLICATION event log as INFORMATION event type.
e.g. 2: eventcreate /ID 2 /L APPLICATION /T ERROR /SO OlympicApp /D "Olympic2012 Log"
This will create a new event source named "OlympicApp" under APPLICATION event log as ERROR event type.
e.g. 3: eventcreate /ID 3 /L APPLICATION /T WARNING /SO OlympicApp /D "Olympic2012 Log"
This will create a new event source named "OlympicApp" under APPLICATION event log as WARNING event type.
浙公网安备 33010602011771号