New in WMF 5 April release

2889dbbb-0389-4b50-a741-eb4ab7e20210

If you need to copy and paste the GUID into a configuration, you can do something like this:

(New-Guid).ToString() | clip

or

New-Guid | select -ExpandProperty Guid | clip
comments powered by Disqus