• About WordPress
    • WordPress.org
    • Documentation
    • Support
    • Feedback
  • Log In
  • Events
    • View Calendar
Skip to content
Skip to content
Unified Communication

Everything about Intelligent Communication

  • Activity
  • Impressum
  • Members
  • Privacy Policy
← New Satin Codec is coming for Microsoft Teams
Teams Survivable Branch Appliance →
-->

New Teams Powershell Module

Posted on September 24, 2020 by Holger Bunkradt

The Teams Powershell module includes now also the Skype Online Powershell module. You can now load the Teams Powershell module and use also the Skype Online Powershell with the following commands

You can check your installed Teams Module Version with

get-InstalledModule -name MicrosoftTeams

The new Version should be 1.1.6

Install-Module -Name MicrosoftTeams -Force (use Force if you have a prior Teams Module installed)

$User = ‘UserName’

Connect-MicrosoftTeams -AccountId $User
$skypesession = New-CsOnlineSession
Import-PSSession $skypesession -AllowClobber

I didn’t use -Credentials, because all my tenants use MFA for login

Sharing is caring!

1 shares
  • LinkedIn
  • Tweet
  • Share
This entry was posted in Teams, Uncategorized and tagged Teams, Powershell. Bookmark the <a href="https://uc.bunkradt.com/new-teams-powershell-module" title="Permalink to New Teams Powershell Module" rel="bookmark">permalink</a>.
← New Satin Codec is coming for Microsoft Teams
Teams Survivable Branch Appliance →

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2023 | Blog info WordPress Theme | By Bharat Kambariya