diff --git a/Get-ProjectFolders.ps1 b/Get-ProjectFolders.ps1 index 3835548..6d9cefb 100644 --- a/Get-ProjectFolders.ps1 +++ b/Get-ProjectFolders.ps1 @@ -134,7 +134,7 @@ $OfficeList | ForEach-Object -parallel { $out = [PSCustomObject]@{ Server = $Server Project = $ProjectNumber.ToString() - Parent = $folder_Parent + Parent = "'$folder_Parent'" Path = "'$Path'" FileCount = $folder_FileCount FileSize = $folder_FileSize