How do I download Microsoft 365 xlsx file to local folders using PowerShell

Aishwarya Apte 0 Reputation points
2023-03-23T17:59:18.42+00:00

I have created a form and created a powerautomate task to link form to Excel online file in documents folder

now my next task is to auto download file once a day, There is no rest service i can use..

if anyone can guide me that will be really great.

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
585 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,464 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,364 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,058 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 43,941 Reputation points
    2023-03-24T12:25:50.95+00:00

    Hello there,

    This thread contains Powershell script to download documents and save as serial number https://social.technet.microsoft.com/Forums/en-US/009abf5d-126b-42fa-9a36-90fbc0b53039/powershell-to-download-documents-and-save-as-serial-number?forum=sharepointadmin

    For the auto download of files, you can use the task scheduler and trigger this activity.

    The Task Scheduler enables you to automatically perform routine tasks on a chosen computer. The Task Scheduler does so by monitoring whatever criteria you choose (referred to as triggers) and then executing the tasks when those criteria are met. https://learn.microsoft.com/en-us/windows/win32/taskschd/task-scheduler-start-page

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments