Skip to content

Instantly share code, notes, and snippets.

@saggie
Last active May 11, 2024 00:14
Show Gist options
  • Save saggie/4d4bc74cbfe456202d42eaca253ac849 to your computer and use it in GitHub Desktop.
Save saggie/4d4bc74cbfe456202d42eaca253ac849 to your computer and use it in GitHub Desktop.
Generate Random ID in PowerShell
-join (1..20 | % {Get-Random -input '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_'.ToCharArray()})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment