Forum Discussion
Larry Keyes
Oct 26, 2017Copper Contributor
GUI form front-end for Powershell
Looking for a (free?) GUI form frontend for scripts that I want to distribute to users. Basically, I want to gather three or four data points.... such as first name, lastname, domain name, and...
Larry Keyes
Oct 26, 2017Copper Contributor
As for "native" GUI support within Powershell....apart from a few instances.... like Get-Credential, and a couple of the output commands my understanding is there isn't really support for GUI screen input. And of course character-based input comes in through Read-Host. --- Larry
VasilMichev
Oct 27, 2017MVP
Apart from password prompt, there are few other built-in methods you can invoke. Check them via
$host.ui | gm