...
Run the following commands to define the Azure Graph PowerShell modules respecting the dependency on the Microsoft.Graph.Authentication module:
...
Run the following commands to unload the Azure Graph PowerShell modules respecting the dependency on the AzMicrosoft.Graph.AccountsAuthentication module:
Code Block | ||
---|---|---|
| ||
$Modules | ForEach-Object { Remove-Module -Name $_.Name -Force }; $PrerequisiteModules | ForEach-Object { Remove-Module -Name $_.Name -Force } |
Run the code blocks in one of the following sections to update or install the latest version of the Azure Graph PowerShell modules from the PSGallery:
...