web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

PowerShell Snippets: Prompt for User Input

Ian Grieve Profile Picture Ian Grieve 22,784
PowerShellThis 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"

Read original post PowerShell Snippets: Prompt for User Input at azurecurve|Ramblings of an IT Professional


This was originally posted here.

Comments

*This post is locked for comments