It is possible that the Progress-Bar display large files as 30 Gb?
Write-Progress -Activity "Copying Files..." -PercentComplete ([int](($FilesCopied/$NumberofFiles)*100)) -CurrentOperation "$FilesCopied files copied out of total of $NumberofFiles files" -Status "Total Size: $TotalSizeGB GB, please wait while copying..."
Write-Progress -Activity "Copying Files..." -PercentComplete ([int](($FilesCopied/$NumberofFiles)*100)) -CurrentOperation "$FilesCopied files copied out of total of $NumberofFiles files" -Status "Total Size: $TotalSizeGB GB, please wait while copying..."