2
0

Add the loading of the modules

This commit is contained in:
2026-02-26 17:45:14 +01:00
parent 797674d808
commit 7f7c8fdb05

View File

@@ -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 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 Install-Module -Name Microsoft.Graph
# Load all modules in your current memory
. .\Export-EntraActiveUsers.ps1
. .\UpdateEntraUsersDynamic.ps1
``` ```
## Export Active user ## Export Active user