Product: PowerShell Universal
Version: 2.5.5
As outlined in a previous forum post new pages created with New-UDPage
are not displaying when they are filtered to multiple security roles. I noticed this when upgrading from version 2.3 to 2.5.5. Not sure exactly when this bug was reintroduced. Is this a known issue?
New-UDPage -Name "Working" -Url "/page/1" -Path "Page1.ps1" -Roles @("Role1")
New-UDPage -Name "Not Working" -Url "/page/2" -Path "Page2.ps1" -Roles @("Role1", "Role2")