Hi All, There are some News in Microsoft Teams regarding Voicemail. In Teams Admin Center you can set the Call answering Rules
That's also possible with the get/set-CsUserCallingSettings Get-CsUserCallingSettings -Identity a.bohren@icewolf.ch
The User can control these Settings in the Teams Client under Settings > Calls
If the user clicks on "Voicemail" another Screen appears with some settings
There is a new Website, where the user can control these Settings. By the way do you spot the diffrence of the Language for Greeting in Teams Client.
Hi All, In May Microsoft has anouced, that Calling Pickers in Teams will also use Exchange Contacts. The Rollout started in May and should be finished in mid June.
I have created a Contact called "Werner Beinhart" as a Reference to a Comic Movie from 1990.
When i search in Teams Calling for that user it will be found and presented to Call
Regards Andres Bohren
Hi All, I've only worked a few Times with Loop Components in Teams so far. Just a few things that are good to know: Loop Components are saved on OneDrive (with all the Hassle of one User leaving the Company) Loop Components can only used be on Chat (Channels not supportet so far) There are some Limitations to Loop Components with Compliance Search (no viewer so far)
Overview of Loop components in Teams
Hi All, A few hours ago Microsoft has released the MicrosoftTeams PowerShell Module 4.4.1 to GA.
MicrosoftTeams 4.4.1
https://www.powershellgallery.com/packages/MicrosoftTeams/4.4.1
With the Commands below you can search and install the Module from the PowerShell Gallery. I used the -Force Parameter to have diffrent Modules installed side-by-side.
Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force
Connect-MicrosoftTeams Get-Module
The usual Testing Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Regards Andres Bohren
Hi All, Yesterday Microsoft has released another Microsoft Teams PowerShell Module in Preview. Seems to be mostly optimization and fixing some minor errors. Couln't find yet documentation to the new commandlets s New-CsBatchTeamsDeployment & Get-CsBatchTeamsDeploymentStatus.
PowerShell Gallery Microsoft Teams 4.3.1-preview
https://www.powershellgallery.com/packages/MicrosoftTeams/4.3.1-preview
Find-Module MicrosoftTeams -AllowPrerelease
Install-Module MicrosoftTeams -AllowPrerelease -Force
Some of my usual Tesing
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Regards Andres Bohren
Hi All, Yesterday Microsoft released Microsoft Teams PowerShell Module 4.3.0 GA in PowerShell Gallery. Seems to be mostly fixes.
MicrosoftTeams 4.3.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.3.0
Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force Check if the newest Module has been imported
Import-Module Get-Module
Testing Connect-MicrosoftTeams Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
Regards Andres Bohren
Hi All, Did you notice the Timezone Information in your Teams Contacts within your Organization. But where does that come from?
The User can set the Timezone in his Account Settings
https://myaccount.microsoft.com/settingsandprivacy/language
Basically it's the Timezone from Exchange/Outlook. You can set that in Outlook on the Web
https://outlook.office.com/mail/options/general/timeAndLanguage
You can show a List ov available Timezones with the following Command
$TimeZone = Get-ChildItem "HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Time zones" | foreach {Get-ItemProperty $_.PSPath}; $TimeZone | sort Display | Format-Table -Auto PSChildname,Display
Hi All, Did you notice, that you can adjust the Camera Settings in Teams? I am running Teams in the Preview Mode and have the following Settings there: "Brightness" and "Soft focus"
I think that's a good improvement.
You can even activate that when you join a Meeting. Click on the gear Icon and then the change it in the Device Settings Menu on the right hand side.
Regards Andres Bohren
Hi All, Did you notice, that there is already a new Microsoft Teams PowerShell Module Available? Microsoft Released 4.2.0 into GA.Two Weeks ago they published 4.1.0. I like the Fact that they fixed issues. On the other Hand, they might invest a bit more in Quality Control and don't have to release that often.
For Installing use "Install-Module". If you want Side-By-Side (Multiple Versions of the Module) then you need to use the "
Hi All, Since a few days you can view and set the UserCallingSettings in Microsoft Teams Admin Center (TAC).
It seems that the "if unanswered" (VoiceMail in my case) Setting is not yet represented correctly.
Teams Client > Settings > Calls
Connect-MicrosoftTeams
Get-CsUserCallingSettings -Identity a.bohren@icewolf.ch
Regards Andres Bohren