$LastExitCode はWindows-based program との記載となり、$? はexecution status of the last operation となっている。 先程の操作を確認してみる。 # PowerShell起動後、何も出力されない PS C:\Users\Administrator> $LastExitCode PS C:\Users\Administrator> echo "aaa" aaa # 前回のコマンドが成功...