I don't think there are any PowerShell cmdlets specific to your question. However, if you're using a web browser to get the CSV you might be able to use either the Invoke-WebRequest or Invoke-RestMethod cmdlets.
Microsoft SNDS API/ SDK/ Powershell script
sharan raj naragana
1
Reputation point
We have a requirement to download the data that is generated within SNDS, we could see that manually we can download the data through export to CSV. Is there any programmatic way of achieving this as we need to execute this periodically?
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,628 questions
2 answers
Sort by: Most helpful
-
-
Limitless Technology 39,911 Reputation points
2021-10-20T14:59:33.887+00:00 Hello
You can Enable the Automated Data Access for SNDS as explained in the next Microsoft Outlook website:
https://sendersupport.olc.protection.outlook.com/snds/auto.aspx?wa=wsignin1.0
--If the reply is helpful, please Upvote and Accept as answer--