
Update to version 6.9.0 of the Teams PowerShell module
- Maxime Hiez
- Teams
- 13 Mar, 2025
Introduction
Microsoft recently released the new version 6.9.0 of the PowerShell module for Microsoft Teams.
Installation
You can check the version of the installed module via the following PowerShell command :
Get-InstalledModule -Name "MicrosoftTeams"
You can install the MicrosoftTeams module via the following PowerShell command :
Install-Module -Name MicrosoftTeams
You can update the MicrosoftTeams module via the following PowerShell command :
Update-Module MicrosoftTeams
What’s new ?
Version 6.9.0 contains the following updates :
- Adds FileContent parameter to New-CsOnlineDirectRoutingTelephoneNumberUploadOrder cmdlet.
- Adds FileContent parameter to New-CsOnlineTelephoneNumberReleaseOrder cmdlet.
- Adds EnqueueReason output attribute to Get-CsMeetingMigrationStatus cmdlet.
- Fixes the AllowedTrialTenantDomains data type for the Set-CsTenantFederationConfiguration cmdlet.
- Fixes issues with the ForceAccept parameter in Set-CsOnlineEnhancedEmergencyServiceDisclaimer cmdlet.
- Adds TelephoneNumbers output attribute to Get-CsOnlineUser cmdlet. This is currently supported only in commercial environments.
- Adds expand parameter to the Get-AllM365TeamsApp cmdlet.
- Adds Properties parameter to Get-CsOnlineUser cmdlet.
Conclusion
Go and update your PowerShell for Teams module to benefit from the latest updates and possible configurations.
Sources
Microsoft Learn - Release notes
Did you enjoy this post ? If you have any questions, comments or suggestions, please feel free to send me a message from the contact form.
Don’t forget to follow us and share this post.