$item| select Name | Export-CSV x:\Test\List.csv // no items are exported
write-host "Downloading $($item.Name) -> $destination" //its displaying the item names in the powershell window and not
sure how to export those item names in text file
Blitz












