Posts

Showing posts from May, 2022

How To Connect To Microsoft Teams Using PowerShell

Image
  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  o    https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2 ·           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 P...