Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,302 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am trying to install Microsoft Graph PowerShell using below command:
Install-Module Microsoft.Graph -Scope CurrentUser -Verbose
But getting error:
Install-Package: Package 'Microsoft.Graph.Authentication' failed to be installed because: End of Central Directory record could not be found.
VERBOSE: Hash for package 'Microsoft.Graph.Authentication' does not match hash provided from the server.
VERBOSE: InstallPackageLocal' - name='Microsoft.Graph.Authentication', version='2.25.0',destination='C:\Users\username\AppData\Local\Temp\1487847741'
Need help on this.