PowerShell - Cross-Platform PowerShell
You run this script in PowerShell on Linux:
pwsh $process = Get-Process -Name "bash" Write-Output $process.IdBut it returns an error: "Get-Process: The term 'Get-Process' is not recognized." What is the likely cause?
