PowerShell Generate a new GUID in PowerShell November 6, 2016October 10, 2016 Mohit GoyalLeave a comment For generating a new Guid in PowerShell, we can simply use this command: [guid]::Newguid() or [System.Guid]::NewGuid() Share this:TwitterFacebookLike this:Like Loading... Related