Forum Discussion
warfery
May 23, 2025Copper Contributor
Copy-Item -Recurse bug
We are copying files using the Copy-Item cmdlet from a local disk to a remote disk. The source folder contains around 900 files in numerous subdirectories. Copy-Item -Path "build\image\*" -Destina...
Jun 19, 2025
Any difference with and without the * ?
warfery
Aug 18, 2025Copper Contributor
We needed fix asap so we tried robocopy instead of Copy-Item and it works without any problem. I have no capacity to do some research of the bug now.