Skip to content

Instantly share code, notes, and snippets.

@JaimeStill
Created April 23, 2024 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JaimeStill/801c7ae3a9c3228a58c2658565810681 to your computer and use it in GitHub Desktop.
Save JaimeStill/801c7ae3a9c3228a58c2658565810681 to your computer and use it in GitHub Desktop.
Generate a Guid to the Clipboard
(New-Guid).ToString() | Set-Clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment