Dears,
I am trying to download a file from Gdrive to local drive using powershell; it is working but when i open the file it gives error that file is currupted.

help plz.

i used this code;

Invoke-WebRequest -Uri $source -OutFile $destination

kindly guide,

Regards,