Skip to content

Instantly share code, notes, and snippets.

@fstamour
Created February 13, 2019 18:36
Show Gist options
  • Save fstamour/b6c13f1fd7c60717d5bd727a0ed9b8af to your computer and use it in GitHub Desktop.
Save fstamour/b6c13f1fd7c60717d5bd727a0ed9b8af to your computer and use it in GitHub Desktop.
powershell that generate a new Guid (uuid) and put it in the clipboard
[guid]::newguid() | set-clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment