From 7f7c8fdb05fc7424e6bef731d3030a371977be5c Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Thu, 26 Feb 2026 17:45:14 +0100 Subject: [PATCH] Add the loading of the modules --- Azure/User-Management/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Azure/User-Management/README.md b/Azure/User-Management/README.md index 555a20f..5d9bec7 100644 --- a/Azure/User-Management/README.md +++ b/Azure/User-Management/README.md @@ -5,6 +5,10 @@ These script were written with the use of Gemini and are provided as is. Please For running the Modules you need the MSGraph Powershell module installed. Use the command below to install it if not already present on your system ``` Install-Module -Name Microsoft.Graph + +# Load all modules in your current memory +. .\Export-EntraActiveUsers.ps1 +. .\UpdateEntraUsersDynamic.ps1 ``` ## Export Active user