Tried to offload some files onto an external hard drive, unfortunately because Windows is Windows: the paths are too long.
So I try:
Copy-Item "E:\" -Destination "F:\ableton_backup" -Recurse
And I get the following error:
Copy-Item: Second path fragment must not be a drive or UNC name
Surely there is a simple way to copy a bunch of files across to an external drive?