Job 1788254331142

Command: powershell -NoProfile -Command "$out=@(); Get-PSDrive -PSProvider FileSystem | ForEach-Object {$out+=[pscustomobject]@{type='drive';path=$_.Root;free=$_.Free;used=$_.Used}}; $c=@('C:\Users\ash\Documents\WhisperDistributedProcessor','C:\Users\ash\Documents\whisper-portable','C:\ProgramData\AudioProcess','C:\ProgramData\WhisperDistributedHub'); foreach($p in $c){$out+=[pscustomobject]@{type='candidate';path=$p;exists=(Test-Path -LiteralPath $p)}}; foreach($p in @('C:\Users\ash\Documents\WhisperDistributedProcessor\models','C:\Users\ash\Documents\whisper-portable\models')){if(Test-Path -LiteralPath $p){Get-ChildItem -LiteralPath $p -Force -ErrorAction SilentlyContinue | ForEach-Object {$out+=[pscustomobject]@{type='model-item';path=$_.FullName;size=$_.Length;dir=$_.PSIsContainer}}}}; $out|ConvertTo-Json -Compress"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

[{"type":"drive","path":"C:\\","free":202466062336,"used":277582512128},{"type":"drive","path":"E:\\","free":267295096832,"used":212805906432},{"type":"drive","path":"G:\\","free":192342724608,"used":287705849856},{"type":"candidate","path":"C:\\Users\\ash\\Documents\\WhisperDistributedProcessor","exists":false},{"type":"candidate","path":"C:\\Users\\ash\\Documents\\whisper-portable","exists":false},{"type":"candidate","path":"C:\\ProgramData\\AudioProcess","exists":true},{"type":"candidate","path":"C:\\ProgramData\\WhisperDistributedHub","exists":false}]