Registro PowerShell $Events = Get-EventLog -LogName System -Newest 100 $Events | Group-Object -Property Source -NoElement | Sort-Object -Property Count -Descending 12 $Events = Get-EventLog -LogName System -Newest 100$Events | Group-Object -Property Source -NoElement | Sort-Object -Property Count -Descending