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 The official Link for the Release Notes is not yet up to date
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 Let’s test it out
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
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) Manage Holydays (Diffrent Holidays in each Kanton / Bundesland / State) There is a new Policy Voice applications Policies
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 Alldough 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
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.
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 Microsoft 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 a.bohren@icewolf.ch 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 "PhoneSystem"} | ft UserPrincipalName Get-CsOnlineUser -Identity a.
Hi All,
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 Pronouns on your profile in Microsoft 365 Pronouns best practices Frequently asked questions about pronouns in Microsoft 365 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 Microsoft 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 a.bohren@icewolf.ch Some new Filering
Get-CsOnlineUser -Filter {City -eq 'Bern'} | ft UserPrincipalName Get-CsOnlineUser -Filter {Company -like 'Ice\*'} | ft UserPrincipalName Get-CsOnlineUser -Filter {FeatureTypes -contains "PhoneSystem"} | ft UserPrincipalName Regards
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 Microsoft 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