Back to Homepage
Wednesday 28 February 2024
300

How generate UUID with PowerShell

Introduction to UUIDs

UUIDs, or Universally Unique Identifiers, are 128-bit unique identifiers that are commonly used in software development.

In PowerShell, you can generate UUIDs using the New-Guid cmdlet.

Generating UUIDs with PowerShell

Here's a simple example of how to generate a UUID using PowerShell:

New-Guid

Running this command will generate a new UUID.

Share:
Created by:
Author photo

Jorge García

Fullstack developer