Michael Seidl

Michael Seidl aka Techguy au2mate everything

Create and delete Azure App Regs – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 1

In this Blog Post, I am trying to explain how to use PowerShell and MS GRPAH API to create and delete Azure App Registrations. as you maybe know, I like automation, and I often do this with Azure. For this, you need an Azure App Registration to Authenticate, so why not automate the Azure App […]

Create and delete Azure App Regs – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 1 Read More »

Find unique SamAccountName and UPN for User Onboarding in AD with PowerShell

As I am doing automatic User Onboarding/Offboarding very often, I decided to publish 2 Functions to determine the UPN and SamAccountName. This Script handles the most common ways to determine the UPN and SamAccountName. You can decide the Name order by “LastName-FirstName” or “FirstName-LastName” The Delimiter between First and Last the cases, on how many

Find unique SamAccountName and UPN for User Onboarding in AD with 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 »

Orchestrator SQL Query to query a specific String in .Net Acticity

System Center Orchestrator is an excellent Workflow Engine to run and trigger PowerShell Code. Additionally, SCO provides a way to store Credentials, Server Names, and other recording Values in global Variables. So if a Server Name Changes or Azure App Thumbprint needs to be renewed, you only have to change one Value. That said, it

Orchestrator SQL Query to query a specific String in .Net Acticity Read More »

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

In this Post, we will add an Owner by his UPN to 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

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