PSCredential variables other than administrator role not showing in UI

PSCredential variables other than administrator role not showing in UI

avatar
(anonymous user)
Product: PowerShell Universal
Version: 4.0.9


It seems that creating PSCredentials in Variables only show up when the role is set to Administrator.
Is this normal behavior? I would expect all credentials to be visible.

New-PSUVariable -Name "Test" -Vault "Database" -Type "PSCredential" -Description "Test credential" -Role @('Administrator') 
New-PSUVariable -Name "Test2" -Vault "Database" -Type "PSCredential" -Description "Test credential" -Role @('Execute')




11ea19e5d5779957c04875aea2ba0b4a489496fa

11ea19e5d5779957c04875aea2ba0b4a489496fa.png

All Comments (0)