POSTS
Issue with Read-Host PowerShell 2 CTP3
When using Read-Host with the AsSecureString paramater in PS2 CTP3 the prompt text does not appear. Here is a wrapper function that simulates the basic behavior. This does not implement all of the other parameters of Read-Host as I only needed it for the base case.
|
|
My workaround:
|
|