Forum Discussion
stmSupport
Mar 14, 2020Copper Contributor
new-team -template no longer an option
I'm trying to get the command new-team -template "EDU_Class" working, it worked before but now all i get is 'New-Team: A parameter cannot be found that matches parameter name 'Template'.' or 'invali...
zzmejce
Mar 16, 2020Copper Contributor
stmSupport It's working with 0.9.6 version of the module. from the official documentation: Note that Templates are not yet supported in our 1.0 PowerShell release.
E-Nowak
Mar 16, 2020Copper Contributor
zzmejce Thanks for sharing this information. Can you provide the command I have to use to install this version of the module?
- zzmejceMar 17, 2020Copper Contributorhttps://www.powershellgallery.com/packages/MicrosoftTeams/0.9.6
Here's the command: Install-Module -Name MicrosoftTeams -RequiredVersion 0.9.6
But first uninstall the current module(s) with: Uninstall-Module MicrosoftTeams -AllVersions