- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/イベントログ/イベントログの書き込み へ行く。
- 1 (2016-04-12 (火) 08:48:52)
イベントログの書き込み
PS> New-EventLog –LogName Application –Source “mytest01” PS> Write-EventLog -LogName Application -Source mytest01 -EntryType Information -EventId 1 -Message "hello, world"