How To Connect To Microsoft Teams Using PowerShell
Requirements
· 1 To Connect Teams you need
PS5.1 or Higher (Recommended Latest version)
· Download the latest version from
following link and Install in your computer
·
Once intallation is completed
2 Now open new PS> and Run following CME to update Module (Following CMD will install MS-Teams 4.3.0 Module in PS)
Install-Module
-Name MicrosoftTeams -RequiredVersion 4.3.0
3 Now connect to team using following CME and enter
Connect-MicrosoftTeams
4 This will take you to your Microsoft account where you will
login with your Microsoft365 ID and Password
Now you can see you are connected to Teams from PowerShell
Start your troubelshooting
e.g, you can use following CMD to see information of your Teams Account
Get-Csonlineuser "Your Email ID"
Thank You
Comments
Post a Comment