Is there a null coalescing operator in powershell?
I\'d like to be able to do these c# commands in powershell:
var s = myval ?? \"new value\"; var x
$null, $null, 3 | Select -First 1
returns
3