• EnglishSpanishGermanFrenchPolishChinese (Traditional)


EnglishSpanishGermanFrenchPolishChinese (Traditional)

Operating systems, scripting, PowerShell and security

Operating systems, software development, scripting, PowerShell tips, network and security

Menú principal
  • Categorías
  • Cursos
  • Libro de PowerShell
  • Lo mejor
  • Lo último
  • Proyectos
  • Contactar
Ir al contenido

Find all sources in an event log

PowerShell
1
2
$Events = Get-EventLog -LogName System
$Events | Group-Object -Property Source -NoElement | Sort-Object -Property Count -Descending

Publicado el día 16 de noviembre de 2020

CATEGORÍAS

PowerShell, Registro

ETIQUETAS

EventLog, find, Get-EventLog, Group-Object, Jesús Niño, Jesús Niño Camazón, Log, Sort, Sort-Object, Source

MÁS

  • Crear una comunicación entre un cliente en PowerShell de Windows y un servidor en Node.js utilizando TCP/IP
  • List event log
  • Convertir un script de PowerShell en un ejecutable de Windows (convertir un formulario en PowerShell)
  • Ejercicios de PowerShell: obtener información sobre el sistema operativo y enviarla por la red
  • Contar el número de palabras que hay en un libro con PowerShell
  • 11. Gestión del Directorio Activo (nivel intermedio)