Additional features, settings, or issues not covered by specific Microsoft Teams categories
its not fixed
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team, Please advice am i doing something wrong
PS C:\WINDOWS\system32> find-Module -Name MicrosoftTeams
Version Name Repository Description
------- ---- ---------- -----------
1.0.2 MicrosoftTeams PSGallery Teams Cmdlets module
Installed module using - install-Module -Name MicrosoftTeams.
Getting error when run Connect-MicrosoftTeams
PS C:\WINDOWS\system32> Connect-MicrosoftTeams
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
+ CategoryInfo : ObjectNotFound: (Connect-MicrosoftTeams:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Additional features, settings, or issues not covered by specific Microsoft Teams categories
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
its not fixed
Hello Ashka123,
May I know if there is any update for next troubleshooting steps?
Regards,
Rick
Hello Ashka123,
Thanks for your prompt update. According to my experience, you should be able to connect to Microsoft Teams without any problems after installing the module. In order to narrow down the issue and find the root cause, I need to collect the following information:
Please capture a screenshot of each output and upload them in the forum for further analyzing. Thanks for your patience and cooperation.
Regards,
Rick
Hello Ashka123,
From the latest error message you provided, I can see the module was installed without any problems but the installed module wasn’t imported to the session when you use any commands. Please run the following command Import-Module -Name MicrosoftTeams to import the Microsoft Teams module or Get-Module -ListAvailable | Import-Module to import all the available modules.
Please feel free to post back if you have any update on it.
Regards,
Rick