Hi All, Today Microsoft has released the Version 5.1.1-Preview of the MicrosoftTeams PowerShell Module to PowerShell Gallery.
MicrosoftTeams 5.1.1-preview
https://www.powershellgallery.com/packages/MicrosoftTeams/5.1.1-preview
The official Link for the Release Notes is not yet up to date
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 Find-Module MicrosoftTeams -AllowPrerelease
I'll install the Prerelease Module Side by Side with the current Module therefore i need to use the -Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams -AllVersions
Hi All, A long awaited Feature has become to Teams Preview (Early Access). Now Authorized Users of a Call Queue or Auto Attendand can change Greetings and Anoucements. Not quite there where the "CsResponseGroupManager" from Skype for Business but a big improvement anyway
https://learn.microsoft.com/en-us/skypeforbusiness/deploy/deploy-enterprise-voice/deployment-process-for-response-group In my Opinion still missing is: add / remove Members to a Call Queue (The Manager should be able to add new Teammenbers himself)
Business Hours (What happens if the Team has an Event and want to close early)
Hi All, Three days ago, Snapchat Lenses for Microsoft Teams where anounced.
Oh, Snap! Let Your Silly Side Shine with Snapchat Lenses for Microsoft Teams
https://techcommunity.microsoft.com/t5/microsoft-teams-blog/oh-snap-let-your-silly-side-shine-with-snapchat-lenses-for/ba-p/3788722
All dough i don't see a business Value in enabling SnapChat Camera Filters, i wanted to try it out, so i can advise my customers. You need to allow the Snapchat Lenses App in Teams Apps.
Overview of app management and governance in Teams admin center
Hi All, Already a few weeks back i was able to configure my Avatar for Microsoft Teams. Go to "Apps" in your Teams Client and search for "Avatar"
Add the App
Now you will be guided to create your first Avatar
Select one of the Avatars
You can customize the Avatar
Today when i joined a Meeting, i was able to select my Avatar. But for that you need to be in the Public Preview of Microsoft Teams Client.
Hi All, This feature is already a few Months old, but i haven't tested it. Now i had the Time to have a look into the Feature and test it out.
Calling policies in Teams
https://learn.microsoft.com/en-US/microsoftteams/teams-calling-policy
I've changed this to https://local.ch/s/{phone}
Let's have a look at it in PowerShell Get-CsTeamsCallingPolicy -Identity IcewolfAllowCalling Now we need to grant that Policy to the User
Grant-CsTeamsCallingPolicy -Identity a.bohren@icewolf.ch -PolicyName IcewolfAllowCalling
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *calling* After a sign-out and sign-in in the Teams Client i have a new Option in Teams that need to be activated by the User
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.1.0 to the PowerShell Gallery. MicrosoftTeams 5.1.0
https://www.powershellgallery.com/packages/MicrosoftTeams/5.1.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 Find-Module MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity <Identity> Some new Filering (since 5.0)
Get-CsOnlineUser -Filter {City -eq 'Bern'} | ft UserPrincipalName Get-CsOnlineUser -Filter {Company -like 'Ice*'} | ft UserPrincipalName Get-CsOnlineUser -Filter {FeatureTypes -contains "
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.
You can check this also with the MicrosoftTeams PowerShell Module
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
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
Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-CsOnlineUser -Identity <Identity>
Some new Filering
Get-CsOnlineUser -Filter {City -eq 'Bern'} | ft UserPrincipalName Get-CsOnlineUser -Filter {Company -like 'Ice*'} | ft UserPrincipalName Get-CsOnlineUser -Filter {FeatureTypes -contains "
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
Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams I've already blogged how to set up Azure AD App and Certificate Authentication for Microsoft Teams