I experience identical problems to those described above. Here are my responses to the above questions:
- yes, tab completion of relevant commands works. I can even tab- complete Connect-MicrosoftTeams
- When I issued the command "Connect-MsolService" I received a similar error message: Connect-MsolService : The term 'Connect-MsolService' is not recognized as the name of a cmdlet, function, script file, or operable program.
- output of $env:PSmodulepath -split ";" is
C:\Users\jmac\OneDrive - Dickinson College\Documents\WindowsPowerShell\Modules
C:\Program Files\WindowsPowerShell\Modules
C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules
4.
PS C:\WINDOWS\system32> Connect-MicrosoftTeams -verbose
Connect-MicrosoftTeams : The term 'Connect-MicrosoftTeams' 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-MicrosoftTeams -verbose
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-MicrosoftTeams:String) [], CommandNo
tFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\WINDOWS\system32> Connect-MsolService -verbose
Connect-MsolService : The term 'Connect-MsolService' 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-MsolService -verbose
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-MsolService:String) [], CommandNotFo
undException
+ FullyQualifiedErrorId : CommandNotFoundException