Connect-MicrosoftTeams not working

Anonymous
2019-09-21T21:59:22+00:00

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

  • Connect-MicrosoftTeams
  • 
    

    + CategoryInfo          : ObjectNotFound: (Connect-MicrosoftTeams:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

Microsoft Teams | Microsoft Teams for business | Other

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.

0 comments No comments

54 answers

Sort by: Oldest
  1. Anonymous
    2019-10-15T13:32:16+00:00

    Hello Ashka123,

    Thanks for coming back to us. Based on the screenshot, it seems that you have no PowerShell profile in your PC. You also mentioned that you have this problem since beginning. I believe it could be something wrong in your PS environment.

    I recommend you try to create a new PS profile to check how it goes:

    https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_profiles?view=powershell-6#how-to-create-a-profile

    Best Regards,

    Sylvie

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2019-10-17T14:37:45+00:00

    Hello Ashka123,

    We haven’t heard back from you. Do you need any further assistance?

    Best Regards,

    Sylvie

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2019-12-24T17:49:26+00:00

    Ashka123,

    Same problem, I had to install an earlier version and my problem was resolved. Hope it works for you.

    ( Install-Module -Name MicrosoftTeams -RequiredVersion 1.0.0 )

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2020-03-04T09:09:14+00:00

    This was only solution to same problem for me. No other version worked, only 1.0.0

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2020-03-04T15:36:21+00:00

    Thanks for sharing.

    How do i install an earlier version? do i have to uninstall my current version?

    Was this answer helpful?

    0 comments No comments