...
This commit is contained in:
parent
b2ec331cff
commit
56afe487cc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user