Parameters not obeying default

Product: PowerShell Universal
Version: 3.5.5

Since updating to version 3.5, the parameters are not obeying the default when using the run popup.
Example;

param(
    [boolean]$DeviceCustomProperties = $true
)

1 Like

Yep, same issue. It’s a concerning problem given that a lot of our scripts have a testing param that defaults to true to prevent accidentally doing things like sending out password expiry emails to everyone