Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Last active April 23, 2022 12:02
Show Gist options
  • Save ChrFrohn/50dc35d796879999840b6e8361366a19 to your computer and use it in GitHub Desktop.
Save ChrFrohn/50dc35d796879999840b6e8361366a19 to your computer and use it in GitHub Desktop.
InstallMSGraph.ps1
#Installs the Microsoft Graph PowerShell module - Remeber to start PowerShell as admin to be able to install.
Install-Module -Name Microsoft.Graph -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment