Help to download file from.the share drive using powershell

Job ID: 33009421

Budget: $8 – $15 USD

script does downloads the file but the size is wrong is not the same that is on a SharePoiny

$url = "https://********.sharepoint.com/sites/APMO/Reports/Project_Listing_Raw_Data.csv?isSPOFile=1"
# Destation file
$dest = "C:\Users\*****\Project_Listing_Raw_Data.csv”
# Download the file
Invoke-WebRequest -Uri $Url -OutFile
Related categories: Powershell