switch文

PowerShell

[PowerShell][基本] switch 文

PowerShellにおける switch 文は、複数の条件に応じた分岐を行うための制御構造です。
PowerShell Core

[PowerShell Core 入門] switch 文

今回は、PowerShell Core における switch 文の使用方法について説明します。