Add and Remove Permission in Azure App Reg – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 3

That is Number 3 in this Blog Series, and now we are getting serious 🙂 The former 2 Posts have been very simple. We created an Azure App Registration and added some Secret to it. Now we take care of the Permissions, which will be a bit more complex. Here you see the other Articles […]

Add and Remove Permission in Azure App Reg – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 3 Read More »

Control Secrets in Azure App Reg – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 2

This is the second part of this Blog Series on controlling Azure App Registration with PowerShell and MSGRAPH API. Now we take a look in how to create and delete Secrets for Azure App Registrations. Here you see the other Articles of their Series. Prerequisites Ensure you follow the Prerequisites in Part 1, as we

Control Secrets in Azure App Reg – Manage Azure App Reg with PowerShell and MSGRAPH API – Part 2 Read More »

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 »