Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created February 17, 2016 14:45
Show Gist options
  • Save jcefoli/c2917567d45a9791209d to your computer and use it in GitHub Desktop.
Save jcefoli/c2917567d45a9791209d to your computer and use it in GitHub Desktop.
Create GUID in Powershell (Uppecase String)
[guid]::NewGuid().toString().ToUpper()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment