Consider the following example:
Read-Host "Enter a value"
While this works fine, every time the user hits enter after entering a value, the same value is echoed on the next line. This is driving me nuts. There must be a way of remove this stupid echo?