I had a bug in a script where I'd specified -Description $dest
instead of -Destination $dest
on a call to Start-BitsTransfer
.
It didn't error / ran quickly for a small file and took a while for a large one.
As such I think the file was copied to my machine; I just can't find where it was copied to...
Question
- Why isn't Destination a mandatory field?
- Where do files go by default / when Destination isn't specified?