Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $outputfilename = "testuser"
- $outputfilename = Read-Host "Enter name of the session [$outputfilename]"
- Write-Host ""
- if (Read-Host "Continuing with: [$outputfilename]")
- {
- Write-Host "Continuing"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement