Summary: Use Windows PowerShell to create a new partition on a disk.
How can I use Windows PowerShell to create a new partition on a disk?
Use the New-Partition cmdlet, specify the disk number, and assign a new drive letter and size, for example:
New-Partiton -DiskNumber 2 -UseMaximumSize -AssignDriveLetter