Hi experts, I need to automate the below task…
I thought of doing it with powershell…
-Open an csv attachment from an “Office 365 for Faculty" account.
-Insert the csv to a SQL table.
-Delete the email.
The 2 issues I encounter are:
-Most examples I see in the web are not for office 365.
-Do I need to call an ssis from the Powershell, or can I insert the csv to a SQL table directly from powershell?
Any help?