question

DoranChris-0721 avatar image
0 Votes"
DoranChris-0721 asked DoranChris-0721 published

I ran this, but Install-Module Microsoft.Graph cannot find any commands.

What could be the issue with this error? Hmmm... What is the correct location on the C:\ Drive where this should get installed?

Install-Module Microsoft.Graph -Scope CurrentUser

Connect-MgGraph
Connect-MgGraph : The term 'Connect-MgGraph' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Connect-MgGraph
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-MgGraph:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException


Get-InstalledModule Microsoft.Graph

Version Name Repository Description


1.9.3 Microsoft.Graph PSGallery Microsoft Graph PowerShell module


Get-InstalledModule

Version Name Repository Description


1.9.3 Microsoft.Graph PSGallery Microsoft Graph PowerShell module
1.9.3 Microsoft.Graph.Applications PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Authentication PSGallery Microsoft Graph PowerShell Authentication Module.
1.9.3 Microsoft.Graph.Bookings PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Calendar PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.ChangeNotifications PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.CloudCommunications PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Compliance PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.CrossDeviceExper... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DeviceManagement PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DeviceManagement... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DeviceManagement... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DeviceManagement... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DeviceManagement... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Devices.CloudPrint PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Devices.Corporat... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Devices.ServiceA... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.DirectoryObjects PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Education PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Files PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Financials PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Groups PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Identity.Directo... PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Identity.Governance PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Identity.SignIns PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Mail PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Notes PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.People PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.PersonalContacts PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Planner PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Reports PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.SchemaExtensions PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Search PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Security PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Sites PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Teams PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Users PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Users.Actions PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.Users.Functions PSGallery Microsoft Graph PowerShell Cmdlets
1.9.3 Microsoft.Graph.WindowsUpdates PSGallery Microsoft Graph PowerShell Cmdlets


microsoft-graph-device-updates
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

DoranChris-0721 avatar image
0 Votes"
DoranChris-0721 answered

Since I had done an install using Install-Module Microsoft.Graph -Scope CurrentUser I had to update the Enviroment Variable "PSMODULEPATH" with the location of the install from my User path - C:\Users\<account>\Documents\WindowsPowerShell\Modules > Save > Working now.

186216-enviro.png









enviro.png (12.8 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.