Skip to content

Instantly share code, notes, and snippets.

@alex4rks
Created April 20, 2019 14:00
Show Gist options
  • Select an option

  • Save alex4rks/f58ff38d38f1769dfbe4b450ca67372d to your computer and use it in GitHub Desktop.

Select an option

Save alex4rks/f58ff38d38f1769dfbe4b450ca67372d to your computer and use it in GitHub Desktop.
Get-Disk | Where partitionstyle -eq 'raw' |
Initialize-Disk -PartitionStyle gpt -PassThru |
New-Partition -AssignDriveLetter -UseMaximumSize |
Format-Volume -FileSystem NTFS -NewFileSystemLabel "Data" -Confirm:$false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment