MicrosoftTeams

New Teams Client for Windows available

Andres Bohren
Hi All, Welcome to the new era of Microsoft Teams https://www.microsoft.com/en-us/microsoft-365/blog/2023/03/27/welcome-to-the-new-era-of-microsoft-teams/ According to the Video the New Teams Client starts double as fast, change a channel is double as fast, joining a Meeting is faster and it uses only half of the Memory as the Classic Teams Client. To be able to Test the new Client you need to have a the Teams Preview enabled.

Pronouns on your profile in Microsoft 365

Andres Bohren
Hi All, I've stubled across the Message below in the Microsoft 365 Message Center and decidet to give it a try. Turn pronouns on or off for your organization in the Microsoft 365 admin center https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/turn-pronouns-on-or-off?view=o365-worldwide Pronouns on your profile in Microsoft 365 https://support.microsoft.com/en-us/office/pronouns-on-your-profile-in-microsoft-365-232c3bfb-a947-4310-86db-b22d63663d85 Pronouns best practices https://support.microsoft.com/en-us/office/pronouns-best-practices-ef1701ad-711d-4c6e-b664-64c3ee188d68 Frequently asked questions about pronouns in Microsoft 365 https://support.microsoft.com/en-us/office/frequently-asked-questions-about-pronouns-in-microsoft-365-48135f04-e822-49b5-ba6b-e9bae2ce503a M365 Admin Center > Org Settings > Security & privacy > Pronouns It's disabled by default and has to be enabled by an Administrator

MicrosoftTeams PowerShell Module 5.0.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.0.0 to the PowerShell Gallery. MicrosoftTeams 5.0.0 https://www.powershellgallery.com/packages/MicrosoftTeams/5.0.0 Microsoft Teams PowerShell Release Notes https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Check installed Module and what's available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module

MicrosoftTeams PowerShell Module 4.9.3 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.9.3 to the PowerShell Gallery. MicrosoftTeams 4.9.3 https://www.powershellgallery.com/packages/MicrosoftTeams/4.9.3 Microsoft Teams PowerShell Release Notes https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Check installed Module and what's available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module

Microsoft Teams FeedbackPolicy

Andres Bohren
Hi All, Do you know that there is a Feedback Policy in Microsoft Teams? Manage feedback policies in Microsoft Teams https://learn.microsoft.com/en-us/microsoftteams/manage-feedback-policies-in-teams Connect-MicrosoftTeams Get-CsTeamsFeedbackPolicy Let's enable FeatureSuggestions on the Global Policy Set-CsTeamsFeedbackPolicy -Identity Global -EnableFeatureSuggestions $True Get-CsTeamsFeedbackPolicy Let's see all the Policies for my User. Teams Feedback Policy is blank - that means that the Global Policy will be applied

Microsoft Teams block an inbound call

Andres Bohren
Hi All, Ever needed to Block a Telephone Number in Microsoft Teams Enterprise Voice. Here is how that can be done. Block inbound calls https://learn.microsoft.com/en-us/microsoftteams/block-inbound-calls Get-CsInboundBlockedNumberPattern New-CsInboundBlockedNumberPattern -Name "BlockMobile-01" -Enabled $True -Description "BlockMobile-01" -Pattern "^\+?41796937148$" Be aware, that it could take up to 24 Hours until that Number is blocked. Then the Caller will hear only a busy Signal Get-CsInboundBlockedNumberPattern You can Test your pattern Matching with the following Commandlet

Create Microsoft Teams Holidays for Switzerland 2023

Andres Bohren
Hi All, In Microsoft Teams the Holidays have always been a bit Tricky. You can create Holidays direct in Teams Admin Center under Voice > Holidays or during the Creation or Modification of a Autoattendant. The Problem is that you create the Holidays and these are mostly set up to a specific Year. Next year you have to redo the Holidays and go through all Autoattendants to see if they are still linked.

MicrosoftTeams PowerShell Module 4.9.1 released as GA

Andres Bohren
Hi All, Today Microsoft has released a new Version of the MicrosoftTeams PowerShell Module to the PowerShell Gallery. MicrosoftTeams 4.9.1 https://www.powershellgallery.com/packages/MicrosoftTeams/4.9.1 Check installed Module and what's available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Testing

MicrosoftTeams PowerShell Module 4.9.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.9.0 to the PowerShell Gallery. MicrosoftTeams 4.9.0 https://www.powershellgallery.com/packages/MicrosoftTeams/4.9.0 Microsoft Teams PowerShell Release Notes https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes Check installed Module and what's available in the PowerShell Gallery Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams As i have two Modules installed i have to uninstall both and then install the current Version of the MicrosoftTeams PowerShell Module

Microsoft Teams disable Chat for anonymous users

Andres Bohren
Hi All, I've seen the Message below in the M365 Message center. I did realize that i did not test that out. So here is the Blog Article about it. In the Teams Admin Center (TAC) you can configure this Setting under "Meetings" > "Meeting policies" > "Participants & guests" > "Chat in meetings" Or if you prefer in PowerShell Get-CsTeamsMeetingPolicy -Identity Global | fl MeetingChatEnabledType