Add the loading of the modules
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user