From 980eb7b153e2081c167c8db3c6f355141d2356b0 Mon Sep 17 00:00:00 2001 From: m-hanisch <110677796+m-hanisch@users.noreply.github.com> Date: Tue, 28 Jul 2026 16:55:05 +0200 Subject: [PATCH] Update README.md Scripts presented in the PSConfEU26_PoShaKucha_ABO.pptx have been moved to new location: https://github.com/BohrenAn/GitHub_PowerShellScripts/tree/main/ExchangeOnline/EXO_RBAC_Applications --- .../finding-app-permissions-in-the-entra-maze/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/andres-bohren/finding-app-permissions-in-the-entra-maze/README.md b/andres-bohren/finding-app-permissions-in-the-entra-maze/README.md index d501999..02a08a2 100644 --- a/andres-bohren/finding-app-permissions-in-the-entra-maze/README.md +++ b/andres-bohren/finding-app-permissions-in-the-entra-maze/README.md @@ -3,3 +3,9 @@ ## Abstract On paper, it’s simple: get the permissions of an app. In reality? It’s a maze of APIs, objects, and “wait… where is that defined?!”. In this session, we’ll navigate the Entra and Exchange landscape together, uncover hidden relationships, and build a script that finally gives you the full picture. + +## GitHub +[Andres Bohren](https://github.com/BohrenAn) + +Script has been published at GitHub and has been moved to: +[EXO_RBAC_Applications](https://github.com/BohrenAn/GitHub_PowerShellScripts/tree/main/ExchangeOnline/EXO_RBAC_Applications)