#author("2020-07-28T05:52:53+00:00","default:admin","admin") -基本的な書き方 try { : } catch { $e = $_.Exception $errLine = $_.InvocationInfo.ScriptLineNumber Write-Host -ForegroundColor Red $e at $errLine } finally { : } #author("2021-12-03T05:40:34+00:00","default:admin","admin")