Mac OS/X, Linux:
uuidgen
Windows Powershell:
powershell -Command "[guid]::NewGuid().ToString()"
Windows-UUID auslesen:
wmic path win32_computersystemproduct get uuid
Mac OS/X, Linux:
uuidgen
Windows Powershell:
powershell -Command "[guid]::NewGuid().ToString()"
Windows-UUID auslesen:
wmic path win32_computersystemproduct get uuid