PowerShellKopierenGet-WinEvent -ListLog * -ErrorAction SilentlyContinue | Where-Object IsEnabled | Select-Object LogName,RecordCount,@{N='MB';E={[math]::Round($_.FileSize/1MB,1)}},@{N='MaxMB';E={[math]::Round($_.MaximumSizeInBytes/1MB,1)}} | Sort-Object MB -DescendingHinweis: Nur lesend; einige Protokolle können Zugriffsrechte erfordern.PowerShellEventlogWindowsAdministration← Zur CodebibliothekUnterstützung anfragen