This commit is contained in:
Erik Eckert 2023-09-15 13:17:30 -06:00
parent b2ec331cff
commit 56afe487cc

View File

@ -134,7 +134,7 @@ $OfficeList | ForEach-Object -parallel {
$out = [PSCustomObject]@{ $out = [PSCustomObject]@{
Server = $Server Server = $Server
Project = $ProjectNumber.ToString() Project = $ProjectNumber.ToString()
Parent = $folder_Parent Parent = "'$folder_Parent'"
Path = "'$Path'" Path = "'$Path'"
FileCount = $folder_FileCount FileCount = $folder_FileCount
FileSize = $folder_FileSize FileSize = $folder_FileSize