I\'m trying to take the contents of a folder and copy it to another using PowerShell 1.0. Pretty simple stuff and it all works fine using Copy-Item $from $to -recurse
Copy-Item $from $to -recurse
Try:
$from = "c:\temp\rhysc\*"