Have you tried initializing the disk and setting the PartitionStyle to MBR?
Clear-Disk 2 -RemoveData -RemoveOEM -Confirm:$False Initialize-Disk -Number 2 -PartitionStyle MBR Set-Disk -Number 2 -PartitionStyle MBR