I\'m trying to take user input and before proceeding I would like get a message on screen and than a confirmation, whether user wants to proceed or not. I\'m using the follo
Write-Warning "This is only a test warning." -WarningAction Inquire
from: https://serverfault.com/a/1015583/584478