Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell – now with an Exclude List

Azure App Registrations are a secure way to provide Credentials and Access to the Azure World. The Amount of Azure App Registrations in a Tenant is increasing very fast, so it is not that easy to control and monitor all those Secrets, Zert, and SPN’s Expire Date. So I have written a PowerShell Script to […]

Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell – now with an Exclude List Read More »

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 »