You can always use the MB values, divide by 1KB and round the number.
Something like this for example:
[Math]::Round($ds.FreeSpaceMB/1KB,1)
You can always use the MB values, divide by 1KB and round the number.
Something like this for example:
[Math]::Round($ds.FreeSpaceMB/1KB,1)