Job 1788254472374

Command: powershell -NoProfile -Command "$ErrorActionPreference='SilentlyContinue';$o=@();Get-PSDrive -PSProvider FileSystem|ForEach-Object{$o+=[pscustomobject]@{kind='drive';path=$_.Root;free=$_.Free;used=$_.Used}};$paths=@('C:\Users\ash\Documents\WhisperDistributedProcessor','C:\Users\ash\Documents\WhisperDistributedProcessor\models','C:\Users\ash\Documents\whisper-portable','C:\ProgramData\AudioProcess','C:\ProgramData\WhisperDistributedHub','E:\whisper-portable','F:\whisper-portable','G:\My Drive\whisper-colab-runtime');foreach($p in $paths){$o+=[pscustomobject]@{kind='candidate';path=$p;exists=[bool](Test-Path -LiteralPath $p)}};foreach($p in $paths){if(Test-Path -LiteralPath $p){Get-ChildItem -LiteralPath $p -Force|Select-Object -First 60|ForEach-Object{$o+=[pscustomobject]@{kind='item';path=$_.FullName;size=$_.Length;dir=$_.PSIsContainer}}}};$o|ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

[{"kind":"drive","path":"C:\\","free":202464100352,"used":277584474112},{"kind":"drive","path":"E:\\","free":267295096832,"used":212805906432},{"kind":"drive","path":"G:\\","free":192340860928,"used":287707713536},{"kind":"candidate","path":"C:\\Users\\ash\\Documents\\WhisperDistributedProcessor","exists":false},{"kind":"candidate","path":"C:\\Users\\ash\\Documents\\WhisperDistributedProcessor\\models","exists":false},{"kind":"candidate","path":"C:\\Users\\ash\\Documents\\whisper-portable","exists":false},{"kind":"candidate","path":"C:\\ProgramData\\AudioProcess","exists":true},{"kind":"candidate","path":"C:\\ProgramData\\WhisperDistributedHub","exists":false},{"kind":"candidate","path":"E:\\whisper-portable","exists":false},{"kind":"candidate","path":"F:\\whisper-portable","exists":false},{"kind":"candidate","path":"G:\\My Drive\\whisper-colab-runtime","exists":false},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\backups","size":1,"dir":true},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\current","size":1,"dir":true},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\data","size":1,"dir":true},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\logs","size":1,"dir":true},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\releases","size":1,"dir":true},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\config.json","size":6202,"dir":false},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\PROJECT.json","size":419,"dir":false},{"kind":"item","path":"C:\\ProgramData\\AudioProcess\\Start-AudioProcess.ps1","size":594,"dir":false}]