Skip to content

Instantly share code, notes, and snippets.

@Satak
Created June 13, 2019 07:33
Show Gist options
  • Save Satak/46024d73b221c29c96f551b5465a7887 to your computer and use it in GitHub Desktop.
Save Satak/46024d73b221c29c96f551b5465a7887 to your computer and use it in GitHub Desktop.
Get-Disk | Where-Object {$_.PartitionStyle -eq 'RAW'} | Initialize-Disk -PassThru | New-Partition -AssignDriveLetter -UseMaximumSize | Format-Volume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment