extraer_eventos_con_palabras_claves_en_la_descripcion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
extraer_eventos_con_palabras_claves_en_la_descripcion [2023/04/23 19:39] – created osoextraer_eventos_con_palabras_claves_en_la_descripcion [2024/10/17 21:42] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 <code powershell>Get-EventLog -LogName Application -Message *Magnus* | Format-Table -Wrap -Autosize >> "C:\temp\output.txt"</code> <code powershell>Get-EventLog -LogName Application -Message *Magnus* | Format-Table -Wrap -Autosize >> "C:\temp\output.txt"</code>
 +
 +''-wrap'' es para que no trunque la salida cuando hace el print.
  
 No es necesario ejecutar como administrador. No es necesario ejecutar como administrador.
extraer_eventos_con_palabras_claves_en_la_descripcion.1682278799.txt.gz · Last modified: 2024/10/17 21:42 (external edit)