New to PS - MS-Graph Help

I am not having an issue running MGGraph commands. I am having the issue with Get-MgSubscribedSku.

However, when I follow your steps for the MgScubribedSku i get the following

PS C:> Connect-MGSubsribedSku -scope User.Read.All

Connect-MGSubsribedSku : The term 'Connect-MGSubsribedSku' 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-MGSubsribedSku -scope User.Read.All + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Connect-MGSubsribedSku:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

PS C:> Get-MgSubscribedSku -scope User.Read.All Get-MgSubscribedSku : A parameter cannot be found that matches parameter name 'scope'. At line:1 char:21 + Get-MgSubscribedSku -scope User.Read.All + ~~~~~~ + CategoryInfo : InvalidArgument: (:) [Get-MgSubscribedSku], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Get-MgSubscribedSku

PS C:> find-mggraphcommand -command Get-MgSincribedSku find-mggraphcommand : 'Get-MgSincribedSku' is not a valid Microsoft Graph PowerShell command. Please check the name and try again. At line:1 char:1 + find-mggraphcommand -command Get-MgSincribedSku + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Find-MgGraphCommand

/r/PowerShell Thread Parent