Additional features, settings, or issues not covered by specific Microsoft Teams categories
Add-Team and then tab is working but rest seems 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. I have checked your results, and the cmdlet Add-TeamUser from Module Microsoft Teams is listed. And the cmdlet $env:Psmodulepath -split “;” doesn’t have any special outputs.
In order to look into the issue further, I want to collect some more information:
It may need some time to narrow down and investigate to the issue. But I will try my best to help you! Please feel free to post back if you have any update.
Regards,
Rick
Dear Rick, dear Ashka123,
I had the same issue. Relaxing the execution policy fixed the problem for me:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
Maybe that also helps in your case.
Best regards,
Christian
Hello Christian,
Thanks for sharing your experience here! Other community members who have same issues will benefit from your kindly sharing!
Regards,
Rick
Hello Ashka123,
May I know if you need any further assistance on it?
Regards,
Rick