PowerShell Universal v4.0 Beta 1


This is a companion discussion topic for the original entry at https://blog.ironmansoftware.com/powershell-universal-v4-beta1/
3 Likes

Great work, will check it out soon.

Looking forward to testing out Event Hub over the weekend. Already have quite a few use cases in mind :slight_smile:

1 Like

Hey @adam noticing some interesting behavior after upgrading from 3.8.9 to Beta1. Within one of my dashboards I had the following.

$Page:TargetSSO = $EventData.txtTextField

For some reason the last character of the string is getting eaten up. I validated this by using UDToast to show the values.
Example.
New-UDTextbox -Id ‘txtTextField’ -label “SSO” -Mask “/[1]{1,9}$/” -Unmask
$EventData.txtTextField = 123456789 (This done through the UI not in code)
$Page:TargetSSO = $EventData.txtTextField
$Page:TargetSSO = 12345678

EDIT… RESOLVED… I installed the Nightly release, and the issue is now resolved.


  1. 0-9 ↩︎