PowerShell / ConsoleGuiTools

Modules that mix PowerShell and GUIs/CUIs!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.ConsoleGuiTools
MIT License
790 stars 60 forks source link

Add Get-ConsoleCredential cmdlet #238

Open ThomasNieto opened 8 months ago

ThomasNieto commented 8 months ago

Summary of the new feature / enhancement

As a user I want a TUI command that accepts username and password with a show/hide password button so that I can verify the credential before creating a PSCredential object.

See original request in https://github.com/PowerShell/PowerShell/issues/19726

Proposed technical implementation details (optional)

No response