msgraphapi

Create an Outlook Appointment with MS GRAPH API and Powershell

Recently, I created an Azure Automation Runbook to keep my Notions Tasks in Sync with my Calendar. I used Graph API to create and update my Outlook Events. So, we need Powershell and the Following GRAPH API Permission for our Script. More Details here: Create event – Microsoft Graph v1.0 | Microsoft Learn The Script

Create an Outlook Appointment with MS GRAPH API and Powershell Read More »

Delete a Secret from an Azure Application Registration with PowerShell and MS GRAPH API

In this post, we will delete a Secret from an existing Azure Application Registration. Graph API Basics I did an MS Graph API Series some time ago to learn all the Basics that we will not cover in this Post To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and

Delete a Secret from an Azure Application Registration with PowerShell and MS GRAPH API Read More »

Add a Secret to an Azure Application Registration with PowerShell and MS GRAPH API

In this post, we will create a Secret for an existing Azure Application Registration. Graph API Basics I did an MS Graph API Series some time ago to learn all the Basics that we will not cover in this Post To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and

Add a Secret to an Azure Application Registration with PowerShell and MS GRAPH API Read More »