Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 904 Bytes

File metadata and controls

22 lines (13 loc) · 904 Bytes

Office 365 Management Activity API (Demo)

A basic proof-of-concept to demonstrate how to connect to the Office 365 Management Activity API with PowerShell. The output is the status of the 5 subscriptions.

Requirements

  1. A registered application with (application) permissions to the Office 365 Management Activity API (ActivityFeed.Read)
  2. The tenant id of the AAD tenant
  3. The client id (a.k.a. app id) of the registered application
  4. The client secret of the registered application

Notes

See https://docs.microsoft.com/en-us/office/office-365-management-api/ for more information about the Office 365 Management Activity API

Tip

You can request a development E5 tenant from Microsoft (see https://developer.microsoft.com/en-us/microsoft-365/dev-program)

Screenshot

image