[Windows Server 2008 Core] 이벤트로그 확인하기
Windwos Server 2008 / 2009/07/09 17:35
Core버젼에서 이벤트 로그를 확인하는 방법을 알아보자
wevtutil을 사용한다.
wevtutil qe(query-event) system(application, security) /c:2(최근부터 확인할 갯수) /f:text(xml default) /rd:ture(출력순서, True설정시 최근부터출력)로 확인할 수 있습니다.
Technorati 태그: core eventlog eventlog 이벤트로그
