I know how to change the title of the main ISE window using something like
$Host.UI.RawUI.WindowTitle = "My Awesome New Window Title"
but I'm wondering how to get access to the title of the window that pops upon a Read-Host request like:
$strP4Pass = Read-Host "Please enter Perforce Password" -assecurestring
It pops with Windows PowerShell ISE - Input
as the title - and yes, I know I have my Please enter Perforce Password
prompt within the window - but I'd really like to be able to customize the title - any ideas?