Forum Discussion
Apr 03, 2017
Using PowerShell to talk to the Office 365 Service Communications API
I want to use PowerShell to export the most recent week's worth of Admin Message Center Messages to a spreadsheet because I want to annotate each item with what I am planning to do about each announc...
Anne Michels
Apr 04, 2017Former Employee
Hi Michael,
The v2 API (preview) requires that you register the script/app. One immediate term option is to use the non-preview v1 API. Sample code may be found here (download the zip file and look inside the Word document). Also follow along with this blog series for additional code samples that are forthcoming.
Thanks,
Anne