Image may be NSFW.
Clik here to view.
This post is part of the series on PowerShell Snippets.
Clik here to view.

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