Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Created January 7, 2020 10:49
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 pkbullock/2239a5f0f5851a82419d68eab36c16fa to your computer and use it in GitHub Desktop.
Save pkbullock/2239a5f0f5851a82419d68eab36c16fa to your computer and use it in GitHub Desktop.
Quick GUID generation and copy to clipboard
[System.Guid]::NewGuid().Guid | clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment