Hi All, A Teams Channel does not have an Emailaddress until you click on "Get Emailaddress"
Note that this Emailaddress is the following Format <ID>.<tenant>.onmicrosoft.com@>region>.teams.ms You can also delete the Emailaddress from here. Note: If you remove and add a new Address it will get another ID
You have to confirm the removal of the Teams Channel Emailaddress
Can you read out the same with the MicrosoftTeams PowerShell. You can get the Channels but not the Emailaddress
Hi All, I've blogged about how an Agent can make Calls to the Outside with a CallQueue / Autoattendant Calling Id
https://blog.icewolf.ch/archive/2021/10/08/microsoft-teams-call-queue-calling-id.aspx
Now the User can make a call dorect from the Calls App in Teams
Until now, the user had to go to the Teams and make the call from there to use the Calling Id of the Callqueue or Autoattendant.
Now you can use directly the Teams Calls app and select the CallerId from the Dropdown.
Hi All, Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.5.0 as GA (Generally Available) in the PowerShell Gallery.
MicrosoftTeams 4.5.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.5.0 Release Notes
https://docs.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes
Find the PowerShell Module in the PowerShell Gallery and install it (force is only needed as i have multiple Modules in paralell installed)
Find-Module MicrosoftTeams Install-Module MicrosoftTeams -Force
When you import the Module you can see the Version
Import-Module MicrosoftTeams Get-Module
Testing Connect-MicrosoftTeams Get-Team
Get-CsOnlineUser -Identity a.
Hi All, In the Microsoft Teams Preview the Feature "Chat with Self" is now rolling out. It's possible to send Messages, Notes, Files, Images and Videos to yourself to capture something and most likely to remind you to do something. As you previously did with send an Email to yourself. Soon that will be possible for everybody.
Regards Andres Bohren
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