Powershell v7 preview 5 introduces a new experimental feature that supports Null coalescing operators and null coalescing assignment operstors.
As its an experimental feature:
PS> Get-ExperimentalFeature -Name PSCoalescingOperators | Format-List … Read the full text.