Created
February 13, 2019 18:36
-
-
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
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
[guid]::newguid() | set-clipboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment