A
Aquinas
Can you use Copy-Item recursively with a wildcard? Something like:
Copy-Item c:\folder\*.txt c:\folder2 -Recurse
That's just one of many variations of this. None worked. Using the wildcard
is important. I _can_ get a recursive copy to work without wildcards. It
should also preserve the folder structure.
Copy-Item c:\folder\*.txt c:\folder2 -Recurse
That's just one of many variations of this. None worked. Using the wildcard
is important. I _can_ get a recursive copy to work without wildcards. It
should also preserve the folder structure.