The PowerShell 7 team have just released a new PowerShell 7 Preview build. This contains a new, and interesting, new operator, the ternary operator .
This operator is, in effect, a short cut to If/Else. Thus, instead of:
$Message =… Read the full text.