1 2 3 | Write-EventLog -LogName "Application" -Source "Microsoft-Windows-User-Loader" -EventID 916 -EntryType Information -Message "Mensaje ejemplo" -Category 2 -RawData 10,20 Get-EventLog -LogName "Application" -Source "Microsoft-Windows-User-Loader" |
1 2 3 | Write-EventLog -LogName "Application" -Source "Microsoft-Windows-User-Loader" -EventID 916 -EntryType Information -Message "Mensaje ejemplo" -Category 2 -RawData 10,20 Get-EventLog -LogName "Application" -Source "Microsoft-Windows-User-Loader" |