Hi, is it possible to use nested SWITCH - Statements in Powershell? PS returns a syntax error on the following code $b=0 $c=1 $a=switch ($b) {...

read more