MicrosoftTeams

Microsoft Teams returns Shared Mailbox in Search

Andres Bohren
Hi All, I was wondering why teams Search shows some SharedMailboxes and some not. For Example: There are two Shared Mailboxes "SharedForward" and "SharedForwardSMTP" that can be found over Teams Searchbar on Top (does not matter if Teams Web or Teams for Windows). The fun part is, that you can even send a chat message or call them On the other hand there is a Shared Mailbox Postmaster - that shows no result when searching

MicrosoftTeams PowerShell Module 3.2.0 Preview released

Andres Bohren
Hi All, A few Days ago, Microsoft has released the MicrosoftTeams PowerShell Module v3.2.0 Preview to the PSGallery. Here are the Release notes https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Find-Module -Name MicrosoftTeams -AllowPrerelease Install-Module -Name MicrosoftTeams -AllowPrerelease -Force Let's see how long it takes to load the Module. It's about the same as with the Microsoft Teams PowerShell 3.1.1 Measure-Command -Expression {Import-Module MicrosoftTeams} Get-Module My usual Tests Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*, *host*, *voice*, *um* Regards Andres Bohren

MicrosoftTeams PowerShell Module 3.1.1 released

Andres Bohren
Hi all, Yesterday Microsoft has released the MicrosoftTeams PowerShell Module v3.1.1 to the PSGallery. Here are the Release notes Get-Module MicrosoftTeams -ListAvailable Uninstall-Module MicrosoftTeams Find-Module MicrosoftTeams Install-Module MicrosoftTeams Let's see how long it takes to load the Module. I am impressed, it's only 3 Seconds wich feels so good after having to wait for more than 20 Seconds in Previous Versions. Measure-Command -Expression {Import-Module MicrosoftTeams} My usual Tests Get-Team Get-CsOnlineUser -Identity a.

Microsoft Teams routing calls to unassigned Numbers

Andres Bohren
Hi All, In my M365 Tenant i use Direct Routing from Sunrise, a Telco Provider here in Switzerland. I own a Numberrange with 10 Number +41 21 555 39 70-79. If i call with my Mobilephone to a Number, that is not assignet to a User, Callflow or Autoattendant, i get an Anouncement from the Provider (Sunrise) that the Number is not active. This is because the Session Border Controller at the Provider receives a SIP 404 Not Found.

MicrosoftTeams PowerShell Module 3.1.0 released

Andres Bohren
Hi All, Just a few days ago, Microsoft has released the MicrosoftTeams PowerShell Module v3.1.0 to the PSGallery. Here are the Release notes Time to uninstall the old Modules and get the new one. Unfortunately i had still code open, that's why 3.0.1-Preview couln't be uninstalled in the first place- Get-Module MicrosoftTeams -ListAvailable Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Now Install the MicrosoftTeams PowerShell Module from the PSGallery Find-Module MicrosoftTeams Install-Module MicrosoftTeams

Microsoft Teams Export assigned Phonenumbers to CSV

Andres Bohren
Hi All, Did you ever wanted to have a List of all assigned Phone Numbers in Teams? For CallQueues and Autoattendant you can find the List of ResourceAccounts in Teams Admin Center (TAC) under Voice > Resouce accounts Sadly, the same does not apply for Users. Under "Phone Numbers" you will find only a List of Numbers if you're using Operator connect. For the Users you have to go to Users > Manage users.

Microsoft Teams Preview keyboard shortcut for temorary unmute

Andres Bohren
Hallo zusammen, In der Public Preview von Microsoft Teams gibt es ein neues Feature: Mit einer Tastenkombination kann man sich temporär unmuten. Dazu muss man in die Public Preview wechseln. Einstellungen > Info > Öffentliche Vorschau Das muss man dann bestätigen und Teams meldet sich kurz neu an Dass der Teams Client im Public Preview ist, sieht man am kleinen P neben dem Profilbild In den Einstellungen unter Datenschutz findet man die neue Einstellung

Microsoft Teams PowerShell Module 3.0.1 Preview

Andres Bohren
Hallo zusammen, Es gibt eine neue Preview Version vom MicrosoftTeams PowerShell Modul https://www.powershellgallery.com/packages/MicrosoftTeams/3.0.1-preview Microsoft Teams PowerShell Release Notes https://docs.microsoft.com/de-de/MicrosoftTeams/teams-powershell-release-notes Ich habe mir das neuste Modul paralell installiert. Dazu benötigt es den Parameter "-AllowPrerelease" und "-Force". Find-Module MicrosoftTeams -AllowPrerelease Install-Module MicrosoftTeams -AllowPrerelease -Force Get-Module MicrosoftTeams -ListAvailable Nun lade ich das Modul und verbinde mich mit Microsoft Teams Import-Module MicrosoftTeams Get-Module Connect-MicrosoftTeams Spannend ist, dass einige Commands wie Beispielsweise Get/Set-CsUserCallingStatus jeweils nur in den PreviewVersionen zu finden sind.

Microsoft Teams Web - Background Blur in Preview

Andres Bohren
Hallo zusammen, Nun kann man endlich in Microsoft Teams Web - also Teams im Browser auch den Background Blur nutzen. Dazu muss man jedoch aktuell noch in den Preview Modus schalten. Am kleinen "P" neben dem Benutzer erkennt man, dass die Preview aktiv ist Verbindet man sich nun auf ein Meeting, so kann man nun auch Background Blur oder einen der vorgegebenen Hintergrundbilder nutzen. Eigene Hintergrundbilder kann man nicht hochladen.

Skype for Business Hybrid and Move-CsUser

Andres Bohren
Hallo zusammen, Ich durfte kürzlich einen Kunden bei der Migration von Skype for Business nach Microsoft Teams untertützen. Plan hybrid connectivity between Skype for Business Server and Teams https://docs.microsoft.com/en-us/skypeforbusiness/hybrid/plan-hybrid-connectivity#implications-of-the-retirement-of-skype-for-business-online Da es noch Abhängikeiten mit einer 3rd Party Lösung (Luware LUCS auf Seiten Skype gab und somit nicht alle Benutzer nach Teams migriert werden konnten, musste erst die Skype for Business Infratruktur auf Skype for Business 2015 aktualisiert werden. Damit würde dann auch Hybrid Voice unterstützt und die Luware LUCS Benutzer könnten dann migriert werden, wenn auch die Contact Center Lösung in Teams (beispielsweise Luware Nimbus) zur Verfügung steht.