start-bitstransfer cannot find path because it does not exist unc path code example
Example: "Start-bitstransfer cannot find path because it does not exist"
New-PSDrive -name "drive1" -PSProvider "FileSystem" -Root "\\serverA\c$" -cred $cred
Start-BitsTransfer -Source "drive1:\\test.txt" -Destination .