MicrosoftTeams PowerShell Module 6.7.0 released

MicrosoftTeams PowerShell Module 6.7.0 released

Hi All,

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

PowerShell Gallery MicrosoftTeams 6.7.0

Read more details in the Release Notes

  • Adds LobbyChats, NoiseSuppressionForDialInParticipants parameters to [New|Set]-CsTeamsMeetingPolicy.
  • Adds AIInterpreter, VoiceSimulationInInterpretation parameters to [New|Set]-CsTeamsCallingPolicy.
  • Adds RecordingForTownhall, RecordingForWebinar, TranscriptionForTownhall, TranscriptionForWebinar parameters to [New|Set]-CsTeamsEventsPolicy.
  • Adds FileTypeCheck, UrlReputationCheck parameters to [New|Set]-CsTeamsMessagingConfiguration.
  • Adds AllowedTrialTenantDomains parameter to [New|Set]-CsTenantFederationSettings.
  • Adds UserNameExtension parameter to [New|Set]-CsAutoAttendant 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 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

Some basic testing

Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*

New or updated Commandlets

Get-CsTeamsMeetingPolicy - New Parameters

Get-CsTeamsMeetingPolicy -Identity Global | fl LobbyChat, NoiseSuppressionForDialInParticipants

Get-CsTeamsCallingPolicy - New Parameters

Get-CsTeamsCallingPolicy -Identity Global

Get-CsTeamsEventsPolicy - New Parameters

Get-CsTeamsEventsPolicy -Identity Global | fl

Get-CsTeamsMessagingConfiguration - New Parameters

Get-CsTeamsMessagingConfiguration -Identity Global | fl

Get-CsTenantFederationSettings - The Command has not been found

Get-CsTenantFederationSettings

Get-CsAutoAttendant - New Parameter

Get-CsAutoAttendant -Name AutoAttendantDemo01 | fl

Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/

Install-PSResource -Name M365PSProfile
Add-M365PSProfile
Install-M365Module

Regards
Andres Bohren

PowerShell Logo

Teams Logo