Versions Compared

Key

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

...

Run the code blocks in one of the following sections to update or install the latest version of the Graph PowerShell modules from the PSGallery: 

  • To update or install the modulesmodule:

    Code Block
    languagepowershell
    Update-Module -Name $PowerShellModuleName 

    To install or reinstall the modules:

    Code Block
    languagepowershell
    Save-Module -Path "$env:ProgramFiles\WindowsPowerShell\Modules" -Name $PowerShellModuleName -Force