Additional features, settings, or issues not covered by specific Microsoft Teams categories
Still not working
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.
Hello Ashka123,
Thanks for your prompt update here. I can see the output shows you have installed the module successfully. However, it seems to have some problems. I suggest you re-install it to see how it goes:
After it is installed successfully, please Connect-MicrosoftTeams again and see whether it works now. If the same issue persists, please capture a screenshot of the entire output for further check.
Regards,
Rick
Hello Ashka123,
Thanks for your post in the forum. According to the error message, it seems that MicrosoftTeams PowerShell module wasn’t installed.
First, please run the following command to confirm whether you have installed Teams PowerShell module successfully: Get-Module -ListAvailable -Name MicrosoftTeams. If it is installed successfully, you will see the results like below:
If you cannot see the result, it means that the PowerShell module wasn’t installed correctly. Go to this link to download and install the module manually: https://www.powershellgallery.com/packages/MicrosoftTeams/1.0.2
Please feel free to post back if you have any update on it.
Regards,
Rick