MicrosoftTeams

MicrosoftTeams PowerShell Module 4.6.1 released as Preview

Andres Bohren
Hi All, MicrosoftTeams 4.6.1-preview https://www.powershellgallery.com/packages/MicrosoftTeams/4.6.1-preview Show installed Module and what is available on PowerShell Gallery Get-InstalledModule MicrosoftTeams Find-Module MicrosoftTeams -AllowPrerelease Install the Preview with the Force Parameter Install-Module MicrosoftTeams -AllowPrerelease -Force Get-InstalledModule MicrosoftTeams Get-InstalledModule MicrosoftTeams -AllVersions Import-Module Get-Module Testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren

MicrosoftTeams PowerShell Module 4.6.0 released as GA

Andres Bohren
Hi All, Yesterday Microsoft hast release the MicrosoftTeams PowerShell Module 4.6.0 as GA (Generally Available) in the PowerShell Gallery. MicrosoftTeams 4.6.0 https://www.powershellgallery.com/packages/MicrosoftTeams/4.6.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 Find-Module MicrosoftTeams Install-Module MicrosoftTeams Get-InstalledModule MicrosoftTeams Testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren

Report Teams Channels Emailaddresses with PowerShell

Andres Bohren
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

Microsoft Team use CallerId from Callqueue or Autoattendant in Call App

Andres Bohren
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.

MicrosoftTeams PowerShell Module 4.5.0 released as GA

Andres Bohren
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.

Microsoft Teams Chat with self

Andres Bohren
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

Microsoft Teams Voicemail Settings for Users and Admins

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.

Microsoft Teams Calling Outlook Contacts

Andres Bohren
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

Microsoft Teams Fluid Components

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

MicrosoftTeams PowerShell Module 4.4.1 released as GA

Andres Bohren
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