Command: powershell -NoProfile -Command "$c=@('F:\whisper-portable','E:\whisper-portable','D:\whisper-portable','C:\whisper-portable','G:\My Drive\whisper-colab-runtime','G:\My Drive\whisper-portable'); foreach($p in $c){if(Test-Path -LiteralPath $p){Write-Output ('FOUND|'+$p); Get-ChildItem -LiteralPath $p -Force | Select-Object Name,FullName,Length,PSIsContainer | ConvertTo-Json -Compress}}; foreach($r in @('C:\Users\ash\Documents','D:\','E:\','F:\')){if(Test-Path -LiteralPath $r){Get-ChildItem -LiteralPath $r -Directory -Filter '*whisper*' -ErrorAction SilentlyContinue | Select-Object FullName | ConvertTo-Json -Compress}}"
Directory: projects
Status: SUCCESS
Exit code: 0