MicrosoftTeams

MicrosoftTeams PowerShell Module 6.0.0 released as GA

MicrosoftTeams PowerShell Module 6.0.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.0.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.0.0 Read more details in the Release Notes. I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
MicrosoftTeams PowerShell Module 5.9.0 released as GA

MicrosoftTeams PowerShell Module 5.9.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.9.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.9.0 Read more details in the Release Notes. I’ve already blogged about Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Customize M365 Profile Card

Customize M365 Profile Card

Andres Bohren
Hi All, Recently i have stumbled across the following Article on how to extend the M365 Profile card with custom Entra ID Attributeds Add or remove custom attributes on a profile card using the profile card API You can only use the following Attributes UserPrincipalName Fax StreetAddress PostalCode StateOrProvince Alias and customAttribute1 customAttribute2 customAttribute3 customAttribute4 customAttribute5 customAttribute6 customAttribute7 customAttribute8 customAttribute9 customAttribute10 customAttribute11 customAttribute12 customAttribute13 customAttribute14 customAttribute15 In Graph Explorer we can check the current Profile Card Properties
Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets

Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets

Andres Bohren
Hi All, Microsoft has releaseed the MicrosoftTeams 5.8.1 Preview Module PowerShell Gallery MicrosoftTeams 5.8.1-preview Release Notes 5.8.1-preview* (The project - MicrosoftTeams contains changes till this release) Adds support for managed identity based auth for *-Cs cmdlets using -Identity parameter in Connect-MicrosoftTeams. Few cmdlets that don’t support application-based authentication are not supported for this as well. This is very exiting. Back in August i tried to use MicrosoftTeams on Azure Automation with the Managed Identity.
MicrosoftTeams PowerShell Module 5.8.0 released as GA

MicrosoftTeams PowerShell Module 5.8.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.8.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.8.0 Read more details in the Release Notes. It’s more or less what has been tested out in 5.7.2-Preview. I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
MicrosoftTeams PowerShell Module 5.7.2 Preview

MicrosoftTeams PowerShell Module 5.7.2 Preview

Andres Bohren
Hi All, Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.2 Preview to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.2 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Find-PSResource MicrosoftTeams -Prerelease Uninstall the old Module and install the newest Module
MicrosoftTeams PowerShell Module 5.7.1 released as GA

MicrosoftTeams PowerShell Module 5.7.1 released as GA

Andres Bohren
Hi All, Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.1 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Checking the Missing Command
MicrosoftTeams PowerShell Module 5.7.0 released as GA

MicrosoftTeams PowerShell Module 5.7.0 released as GA

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.7.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.7.0 Read more details in the Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
MicrosoftTeams PowerShell Module 5.6.0 released as GA

MicrosoftTeams PowerShell Module 5.6.0 released as GA

Andres Bohren
Hi All, Just a few Days ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.6.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 5.6.0 Read more details in the 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 Some basic testing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* New or updated Commandlets Updates Set|Get-CsPhoneNumberAssignment to support NetworkSiteId of un-assigned numbers.
Use Managed Identity with Microsoft Teams on Azure Automation

Use Managed Identity with Microsoft Teams on Azure Automation

Andres Bohren
Hi All, Hopefully you already know, that the Run As Accounts in Azure Automation will retire by end of September 2023. Therefore you have to migrate to Managed Identitys. Azure Automation Run As accounts will retire on 30 September 2023 and completely move to Managed Identities. All runbook executions using RunAs accounts, including Classic Run As accounts wouldn’t be supported after this date. Starting 01 April 2023, the creation of new Run As accounts in Azure Automation will not be possible.