質問するログイン新規登録

質問編集履歴

4

2016/09/21 13:33

投稿

mrrclb48z
mrrclb48z

スコア17

title CHANGED
File without changes
body CHANGED
File without changes

3

2016/09/21 13:33

投稿

mrrclb48z
mrrclb48z

スコア17

title CHANGED
File without changes
body CHANGED
@@ -6,4 +6,11 @@
6
6
  ノード Category CategoryString ComputerName Data EventCode EventIdentifier EventType InsertionStrings Logfile Message RecordNumber SourceName TimeGenerated TimeWritten Type User
7
7
 
8
8
  ノード SourceName....
9
- よろしくお願いします。
9
+ よろしくお願いします。
10
+ ------------------------------------------------------------------------------------------
11
+ あと一息
12
+ (参考)バッチファイルで今日の日付 (YYYYMMDD 形式) を取得
13
+ http://d.hatena.ne.jp/fyts/20070704/dos
14
+
15
+ set YYYYMMDD=%DATE:/=%
16
+ wmic ntevent where "(logfile='Application' and timegenerated >= '%YYYYMMDD%')" list /format:HTABLE > html.html

2

2016/09/21 13:22

投稿

mrrclb48z
mrrclb48z

スコア17

title CHANGED
File without changes
body CHANGED
@@ -1,3 +1,6 @@
1
+ (参考)wmicコマンドでイベント・ログを表示する
2
+ http://www.atmarkit.co.jp/ait/articles/0804/25/news171.html
3
+
1
4
  wmic ntevent where "(logfile='Application' and timegenerated >= '20160918')" list /format:HTABLE > html.html
2
5
 
3
6
  ノード Category CategoryString ComputerName Data EventCode EventIdentifier EventType InsertionStrings Logfile Message RecordNumber SourceName TimeGenerated TimeWritten Type User

1

2016/09/20 12:42

投稿

mrrclb48z
mrrclb48z

スコア17

title CHANGED
File without changes
body CHANGED
File without changes