Files
qmi-cloud-tf-modules/vm-win-dbs/scripts/bootstrap.ps1
2020-05-07 12:50:29 +02:00

3 lines
155 B
PowerShell

Write-Log "Resize Partition C to max size"
$size = Get-PartitionSupportedSize -DriveLetter C
Resize-Partition -DriveLetter C -Size $size.SizeMax | Out-Null