I start with powershell, and I wrote a small and simple code that writes a new GUID to the board.
I used this line:
Set-Clipboard (New-Guid).Guid
It works, but I could not find how to write the GUID with curly brackets.
Surely there are already answers on the subject, but I had a hard time finding.
Maybe give someone an idea?
Thank you!

