output to console only

This commit is contained in:
2023-11-09 11:20:10 -05:00
parent d35ff03237
commit 0aa95ef948
+1 -1
View File
@@ -799,7 +799,7 @@ Function Get-FileSizes {
# Output to console
$constr = "${prefix}" + $($FileSizes | Out-String)
Write-Output $constr
Microsoft.Powershell.Utility\Write-Output $constr
# Output to log file
$logstr = "${prefix}" + $($FileSizes | Format-List | Out-String)