Created
May 8, 2021 10:33
-
-
Save numbnet/5f4f48e6da9d0e743defa7bdb8acd188 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################### | |
Write-Host ("You selected {0}" -f ('1','2','3' | Out-GridView -OutputMode Single -Title 'Please select a value')) | |
############################################ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment