MicrosoftTeams PowerShell Module 7.5.0 released
Hi All,
A few Minutes ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.5.0 to the PowerShell Gallery.
- PowerShell Gallery MicrosoftTeams 7.5.0
Read more details in the Release Notes
- Adds PickUpHeldCalls and JoinActiveCalls parameters to the [New|Set]-CsUserCallingDelegate cmdlets and corresponding output attributes to the Get-CsUserCallingSettings cmdlet.
- Adds AssignmentBlockedState and AssignmentBlockedUntil output attributes to [Get]-CsPhoneNumberAssignment cmdlet.
- Releases [Set|Remove]-CsPhoneNumberAssignmentBlock cmdlets.
- Adds DynamicCallerIdMode parameter to [Get|Set]-CsOnlineDialInConferencingTenantSettings cmdlets.
- Adds BackroomChat parameter to [New|Set]-CsTeamsMeetingPolicy and [New|Set]-CsTeamsEventsPolicy cmdlets.
- Adds UseUnifiedDomain parameter to Set-CsTeamsClientConfiguration cmdlet.
- [BREAKING CHANGE] Replaces MaxResolutionForTownhall parameter with TownhallMaxResolution in [Get|Set|New|Remove]-CsTeamsEventsPolicy cmdlets.
- Adds ExternalPresenterJoinVerification parameter to [Set|New]-CsTeamsEventsPolicy cmdlets.
- Adds PasiveVoiceEnrollment parameter to [New|Set]-CsTeamsAIPolicy cmdlets.
- Adds SetRecordingAndTranscriptOwnership parameter to [New|Set]-CsTeamsMeetingPolicy cmdlets.
- Adds EnableRecordingAndTranscriptionCustomMessage & RecordingAndTranscriptionCustomMessageIdentifier parameters to [New|Set]-CsTeamsMeetingPolicy & [New|Set]-CsTeamsCallingPolicy cmdlets.
- Releases Get-CsTeamsRecordingAndTranscriptionCustomMessagesConfiguration cmdlet.
- Releases [Get|Set|New|Remove]-CsTeamsRecordingAndTranscriptionCustomMessage cmdlets.
- Adds Voicemail as a supported value for the Type parameter in [New|Set]-CsAutoAttendantCallableEntity 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 -Name MicrosoftTeams -Scope CurrentUser
Find-PSResource -Name MicrosoftTeams -Prerelease
Uninstall the old Module and install the newest Module
Uninstall-PSResource -Name MicrosoftTeams -Scope CurrentUser
I’ve updated the M365PSProfile PowerShell Module and the Uninstall-M365Module Function with the Parameter -FileMode. It will delete the Module Folder of that Module.
Uninstall-M365Module -Modules MicrosoftTeams -Scope CurrentUser -FileMode
Install the new Version and check it
Install-PSResource -Name MicrosoftTeams -Scope CurrentUser
Get-InstalledPSResource -Name MicrosoftTeams -Scope CurrentUser
Some basic testing
Connect-MicrosoftTeams
Get-Team
Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line*
M365PSProfile
Or you can simply use my M365PSProfile Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/
Uninstall-M365Module -Modules MicrosoftTeams -Scope CurrentUser -FileMode
Install-M365Module
Regards
Andres Bohren









