Advertisement
easternnl

Test with InputPrompt

Dec 3rd, 2015
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $outputfilename = "testuser"
  2. $outputfilename = Read-Host "Enter name of the session [$outputfilename]"
  3.  
  4. Write-Host ""
  5.  
  6. if (Read-Host "Continuing with: [$outputfilename]")
  7. {
  8.     Write-Host "Continuing"
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement