Posts

Showing posts from May, 2023

MSTeams User Direct routing number

Image
Associating MSTeams User with Direct routing number There are two ways of adding the Phone Number of your users in Teams. Using powershell is how the details were being added at the beginning   Set-CsPhoneNumberAssignment -Identity useremail@domain.au -PhoneNumber +61386794560 -PhoneNumberType DirectRouting   Now this action can be performed in the teams admin console under Users, Manage Users, Account Tab of the User    

MSTeams: Powershell for Linux

Image
MSTeams Powershell for Linux  Not long ago, MS have released powershell package for Linux which means we, Linux users, can now natively manage MS services from our terminal. That's great news as now we don't separate Windows VMs or RDP Servers just for this reason. This article will describe the setup for ZorinOS (Ubuntu-based distribution) but setup should be similar across all supported distros, namely Debian, Alpine and RedHat. Here is a link from current powershell releases Here we donwload .deb package   Installation is like every other package:  sudo dpkg -i powershell_7.3.4-1.deb_amd64.deb Once installed we need to start powershell using the command  pwsh  Next we need to import MicrosoftTeams module using the command Install-Module -Name MicrosoftTeams  We can now use MSTeams commands to check or configure our Teams tenant, for example   Get-CsOnlinePSTNGateway Identity : connect.XXXXXXX InboundTeamsNumberTranslatio...

Contact me by email

Name

Email *

Message *