MICROSOFTTEAMS

MicrosoftTeams PowerShell Module 6.3.0 released

MicrosoftTeams PowerShell Module 6.3.0 released

Hi All,

Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.3.0 to the PowerShell Gallery.

PowerShell Gallery MicrosoftTeams 6.3.0

Read more details in the Release Notes

  • [BREAKING CHANGE] Module is now supported only in PowerShell 7.2 & later, Windows PowerShell 5.1.
  • Adds AcsResourceId output attribute to the Get-CsOnlineApplicationInstance cmdlet.
  • Adds new parameter DefaultFileUploadAppId to [Set|New]-CsTeamsFilesPolicy cmdlets.
  • DefaultFileUploadAppId attribute is added in the Get-CsTeamsFilesPolicy output.

I am using the new PSResourceGet here instead of the PowerShellGet commands.

Microsoft Teams Private Line

Microsoft Teams Private Line

Hi All,

Microsoft Teams Private Line has been released earlyer this year.

Keep the following requirements for private lines in mind:

  • Users can be assigned one private line only
  • Internal or external reverse number lookup (RNL) works with private lines
  • Private lines must be the same number type as the user’s primary line
  • Private lines must have the same licensing requirements as the user’s primary phone number
  • Users must be “voice enabled” for private lines

With private line, users will be able to have a private second phone number that they can make available to a select set of callers to call them directly, bypassing delegates, admins, or assistants.

MicrosoftTeams PowerShell Module 6.2.0 released

MicrosoftTeams PowerShell Module 6.2.0 released

Hi All,

Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.2.0 to the PowerShell Gallery.

PowerShell Gallery MicrosoftTeams 6.2.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 CurrentUser
Find-PSResource MicrosoftTeams

Uninstall the old Module and install the newest Module

Uninstall-PSResource MicrosoftTeams -Scope CurrentUser
Install-PSResource MicrosoftTeams -Scope CurrentUser
Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser

MicrosoftTeams PowerShell Module 6.1.0 released

MicrosoftTeams PowerShell Module 6.1.0 released

Hi All,

Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.1.0 to the PowerShell Gallery.

PowerShell Gallery MicrosoftTeams 6.1.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 CurrentUser
Find-PSResource MicrosoftTeams

Uninstall the old Module and install the newest Module

Uninstall-PSResource MicrosoftTeams -Scope CurrentUser
Install-PSResource MicrosoftTeams -Scope CurrentUser
Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser

MicrosoftTeams PowerShell Module 6.0.0 released as GA

MicrosoftTeams PowerShell Module 6.0.0 released as GA

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

MicrosoftTeams PowerShell Module 5.9.0 released as GA

MicrosoftTeams PowerShell Module 5.9.0 released as GA

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

Customize M365 Profile Card

Customize M365 Profile Card

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

Hi All,

Microsoft has releaseed the MicrosoftTeams 5.8.1 Preview Module

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. The Setup and the Permissions needed are documented there.

MicrosoftTeams PowerShell Module 5.8.0 released as GA

MicrosoftTeams PowerShell Module 5.8.0 released as GA

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

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