Chapter4/4.8_ErrorHandle/TerminatingError.ps1

try {
    Get-Process hoasdfgasdfadf -ErrorAction Stop
}
catch {
    Write-Host "エラーが発生しました!"
}