Microsoft
Jump to navigation
Jump to search
Microsoft Entra
Install PowerShell Azure Connect
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module Az -Scope AllUsers
Get-InstalledModule -Name Az -AllVersions -OutVariable AzVersions
Uninstall-Module -Name Az -AllVersions
Import-Module -Name Az -DisableNameChecking -Verbose
Connect-AzAccount
Install PowerShell Microsoft.Graph (entra)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Install-Module Microsoft.Graph -Scope AllUsers
Get-InstalledModule -Name Microsoft.Graph -AllVersions -OutVariable AzVersions
Uninstall-Module -Name Microsoft.Graph -AllVersions
$maximumfunctioncount = '32768'
Import-Module -Name Microsoft.Graph
Connect-MgGraph