Last active
August 29, 2015 14:23
-
-
Save ivanrad/9ebe7f6a8955b4d08aba to your computer and use it in GitHub Desktop.
generate guid [powershell]
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
@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