Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagepowershell
$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: 

...