Last active
June 15, 2021 17:44
-
-
Save wtfc0d3/b77127ae242d78bda24700c15abff1bd 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
-join ((48..57) + (65..90) + (97..122) | Get-Random -Count 8 | % {[char]$_}) |
Author
wtfc0d3
commented
Jun 15, 2021
Copy to the clipboard:
PS C:\Users\Sergey> -join ((33..126) | Get-Random -Count 8 | % {[char]$_}) | Set-Clipboard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment