The code for p290.ps1 is: Write-Host 'hello' $processName = 'pwsh' Get-Process $processName Write-Host 'bye'