Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
logparser -i:EVT -o:CSV "select EventLog, RecordNumber, TimeGenerated, TimeWritten, EventID,EventType, EventTypeName, EventCategory, EventCategoryName, SourceName, Strings, ComputerName, SID into system_errors.csv from \\server1\system, \\server2\system, \\server3\system, \\server4\system where (TimeGenerated > TO_LOCALTIME( SUB( SYSTEM_TIMESTAMP(), TIMESTAMP('0000-01-03', 'yyyy-MM-dd') ) )) and (EventType < 4)"
logparser -i:EVT -o:CSV "select EventLog, RecordNumber, TimeGenerated, TimeWritten, EventID, EventType, EventTypeName, EventCategory, EventCategoryName, SourceName, Strings, ComputerName,SID into application_errors.csv from \\server1\application, \\server2\application, \\server3\application, \\server4\application where (TimeGenerated > TO_LOCALTIME( SUB( SYSTEM_TIMESTAMP(), TIMESTAMP('0000-01-03', 'yyyy-MM-dd') ) )) and (EventType < 4) and (SourceName <> 'Application')"