PowerShell PowerShell (Get-WmiObject -Class Win32_Thread | Format-Table -Property priority, thread*, User*Time, kernel*Time ).count | Out-File q:\analisis.txt Get-Process | select name | Out-File q:\analisis.txt Start-Sleep -Seconds 5 123 (Get-WmiObject -Class Win32_Thread | Format-Table -Property priority, thread*, User*Time, kernel*Time ).count | Out-File q:\analisis.txtGet-Process | select name | Out-File q:\analisis.txtStart-Sleep -Seconds 5