PowerShell Snippets: Prompt for User Input
Views (6)
This post is part of the series on PowerShell Snippets.
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.

Like
Report
*This post is locked for comments