Posted on 5th July 2025|144 views
What are the ways to prompt for user input in powershell scripts?
Posted on 5th July 2025| views
In Powershell, we use “Read-Host” cmdlet to prompt for user input. Read-Host cmdlet reads a single line of input from the powershell console.