How to Generate GUID in Windows with PowerShell

A Guid is a 128-bit value consisting of one group of 8 hexadecimal digits, followed by one group of 12 hexadecimal digits. In Windows, GUIDs are used to identify objects such as interfaces, manager entry-point vectors (EPVs), ActiveX objects, and virtual (shell) folders.…