Query Azure SQL Database with PowerShell and Azure App Registration

As you already know, I love to use Azure App Registration to authenticate with Microsoft Cloud Services. Now I had a Use Case to Query a SQL Database stored in Azure with a PowerShell Script to Select Data and do some stuff. So how to solve this without an Azure App Registration (Enterprise Applikation)? Let

Query Azure SQL Database with PowerShell and Azure App Registration Read More »

This was PDC Conf 2021

I presented “PowerShell and MS Graph API demystified” at the PDC Conf on September 16-2021. Thanks to the ORG Team for this awesome conference and for having me. You should see all the Recording and information on their Conference Page: PowerShell and MS Graph API demystified I upload my Samples to my GitHub Repo: Seidlm/Events:

This was PDC Conf 2021 Read More »

Create Microsoft ToDo Task with PowerShell and Microsoft GRAPH API

Now it is time to create some Microsoft ToDo Tasks with PowerShell and MS Graph API. To learn more from Microsoft GRAPH API, see my Blog Series:Part 1 – Authentication and Azure App – Use Microsoft Graph API with PowerShell – Part 1 » TechGuyPart 2 – Oauth2.0 – Use Microsoft Graph API with PowerShell – Part

Create Microsoft ToDo Task with PowerShell and Microsoft GRAPH API Read More »

Temporarily Add a User to a Group with Active Directory Privileged Access Management Feature

A few weeks ago, I talked to a Customer, and he told me about this Feature, so thanks to Kristian for that hint. I was always struggling with that Feature cause you need to store a Date in “any” place and query that value, and then remove the User from that Group. Kristian told me

Temporarily Add a User to a Group with Active Directory Privileged Access Management Feature Read More »