Closed fwininger closed 4 years ago
New-Guid is instroduce with powershell 5.0, use [guid]::NewGuid() instead.
New-Guid
[guid]::NewGuid()
31 introduce a regression.
New-Guid
is instroduce with powershell 5.0, use[guid]::NewGuid()
instead.