Problem scenario
You are using PowerShell 3.0 on Windows 7 and you try to run the PowerShell command start-bitstransfer to download a large file. Running start-bitstransfer results in an error that says “Not Enough space on disk.”
Solution
Verify the size of the file. See if the destination directory/drive has sufficient space. If this error happens despite there being ample space available in the destination drive and destination directory compared to the size of the source media,
…