IT:AD:Powershell:HowTo:Snippets:Wait for User Input
Summary
Installers should be idempotent, and work from Convention over Configuration.
But sometimes input is still needed.
Process
Waiting for some text
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")