PS: new-team can't get parameter "-Template" to run
See original GitHub issueHi All, it appears that I have VSC with preview extension properly running, but get the following
New-Team : Es wurde kein Parameter gefunden, der dem Parameternamen "Template" entspricht.
In C:\Users\kay\OneDrive\Documents\WindowsPowerShell\Scripts\KlassenErstellen.ps1:10 Zeichen:96
+ ... es -Mailnickname $mai -Owner $own -AllowGiphy $false -Template $tem `
+ ~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [New-Team], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.TeamsCmdlets.PowerShell.Custom.NewTeam
when executing New-Team -DisplayName $nam -Description $des -Mailnickname $mai -Owner $own -AllowGiphy $false -Template $tem
Anyone any idea? thx Kay
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
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...
Read more >Problem with adding a new Team through PowerShell
Can anybody help me? New-Team : Cannot validate argument on parameter 'DisplayName'. The argument is null or empty. Provide an argument ...
Read more >Fix for "Connect-PnPOnline: A parameter cannot be found that ...
Solution: If you get “Connect-PnPOnline : A parameter cannot be found that matches parameter name 'Interactive'.”, that means you are not ...
Read more >All About the Microsoft Teams PowerShell Module
Instead of passing simple values in parameters to update lists, you need to use hash tables. Fixes format issues with [Get|New]- of few ......
Read more >Simplify and Standardize Provisioning New Microsoft Teams ...
The combination of PowerShell and PnP Provisioning templates ... in an organization can use to request the creation of a new Team and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Many thx for helping 😃
I’ve opened https://github.com/MicrosoftDocs/office-docs-powershell/issues/6373