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