Skip to content

Instantly share code, notes, and snippets.

@omersiar
Created July 28, 2020 14:08
Show Gist options
  • Save omersiar/8bc8390329869259fb9972c5a041e767 to your computer and use it in GitHub Desktop.
Save omersiar/8bc8390329869259fb9972c5a041e767 to your computer and use it in GitHub Desktop.
Foreach ($i in (Get-Disk).Number | Where-Object {$_ -gt 1}) { Get-Disk $i | Clear-Disk -RemoveData -Confirm:$false; Initialize-Disk -Number $i; Get-Disk $i | New-Partition -UseMaximumSize -AssignDriveLetter | Format-Volume -Confirm:$false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment