question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

PS: new-team can't get parameter "-Template" to run

See original GitHub issue

Hi 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:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
xlupycommented, Aug 21, 2020

Many thx for helping 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found