No Picture
Computing

[Powershell] Generate new UUID

2022-04-22 C.H. Ling 0

UUID is one of the famous format to unique identify object. When need to write unit test or mock data, we need to pre-generate a set of UUID for testing. This PowerShell script enable us […]