Skip to content

Commit

Permalink
Enough messing with volume size output
Browse files Browse the repository at this point in the history
  • Loading branch information
middlemose authored Sep 19, 2024
1 parent 7d962bf commit 6cb4ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-SampleSet.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Write-Output "LogicalProcessors: $LogicalProcessors"
Write-Output "ThrottleFactor: $ThrottleFactor"
Write-Output "ThrottleLimit: $ThrottleLimit"
Write-Output "WDS_WipeOutputs: $env:WDS_WipeOutputs"
Write-Output "Disk Remaining (GB): $(((Get-Volume ((Get-Item ".").PSDrive.Name)) | Select -ExpandProperty SizeRemaining) / 1GB)"
Write-Output "Disk Remaining (GB): $(((Get-Volume ((Get-Item ".").PSDrive.Name)).SizeRemaining) / 1GB)"
Write-Output ""
Write-Output "T: Combinations"
Write-Output "B: Built"
Expand Down

0 comments on commit 6cb4ba9

Please sign in to comment.