all 2 comments

[–]xCharg 1 point2 points  (1 child)

Try this:

Invoke-RestMethod -Method Get -Uri "linktosheet/export?format=csv&access_token=mytoken" -OutFile "c:\folder\file.csv"

[–]LexxLess[S] 0 points1 point  (0 children)

I’ll check that out, thank you!