PowerShell Snippets: Prompt for User Input
Views (2)

The following PowerShell command will prompt the user to input some text which is then stored in the $ghTag
parameter for later use:
$ghTag = Read-Host "Please enter the tag"
Click to show/hide the PowerShell Snippets Series Index
Read original post PowerShell Snippets: Prompt for User Input at azurecurve|Ramblings of an IT Professional
This was originally posted here.
*This post is locked for comments