2 lines
90 B
PowerShell
2 lines
90 B
PowerShell
$process = Get-Process
|
|
Write-Host "Aktuell werden $($process.Count) Prozesse ausgeführt." |