Scripting >> Powershell >> Syntax >> Writing to Console or Capturing User input

Writing to Console $a or Write-Host $a -foregroundcolor "green" Capture User Input $a = Read-Host "Enter your name" Write-Host "Hello" $a