Skip to content

Instantly share code, notes, and snippets.

@ivanrad
Last active August 29, 2015 14:23
Show Gist options
  • Save ivanrad/9ebe7f6a8955b4d08aba to your computer and use it in GitHub Desktop.
Save ivanrad/9ebe7f6a8955b4d08aba to your computer and use it in GitHub Desktop.
generate guid [powershell]
@echo off
powershell -ExecutionPolicy Unrestricted -Command "Write-Output([guid]::NewGuid().ToString())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment