Mastodon Mastodon - Powershell, O365 & Teams PSTN calling
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Powershell, O365 & Teams PSTN calling

Powershell, O365 & Teams PSTN calling

Posted on December 5, 2018  (Last modified on July 11, 2024) • 1 min read • 103 words
O365   Cli   Powershell  
O365   Cli   Powershell  
Share via

Unfortunately you need a Windows system to administer Office 365 with PowerShell. It’s only API calls, but it’s not (yet, hopefully) migrated to .NET Core. So Mac & Linux users are out of luck, although .NET Core should be more than capable to do this.

Anyhow.

If you want to administer Teams with PowerShell, you … are in trouble. It’s barely documented, and it sucks. Those are the steps to be done:

> $sess = New-CsOnlineSession ...
> Import-Module SkypeOnlineConnector ...
> Import-PSSession $sess

… and this should be it. Now all the PowerShell commands for Teams (in my case: Grant-CsTeamsUpgradePolicy) should be available.

 Windows after 13 years – and nothing changed
Misc Django I – forms 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Link copied to clipboard
Code copied to clipboard