question

Camelybennani-4390 avatar image
0 Votes"
Camelybennani-4390 asked MiloCvjetkovi-6752 commented

Create a class team using powershell HELP PLEASE

Hi folks,

hope you're all doing greate.

please can anyone help me out of this i can't found out any doc or articles :
about creating Teams with type CLASS using powershell on MICROSOFT TEAMS APP.

Help me please

Best Regards.


office-teams-windows-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

SharonZhao-MSFT avatar image
1 Vote"
SharonZhao-MSFT answered MiloCvjetkovi-6752 commented

@Camelybennani-4390,

You can use New-Team to create class type of teams.

The value “EDU_Class” of parameter -Template is for class.

For more details, please refer to this article: https://docs.microsoft.com/en-us/powershell/module/teams/new-team?view=teams-ps.


If the response is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Camelybennani-4390,
Do you have any further question on this topic?

0 Votes 0 ·

@Camelybennani-4390,
If you have any questions or needed further help on this issue, please feel free to post back.

0 Votes 0 ·

That solution works for me, but when I create Team with New-Team with "EDU_Class" template parameter, teacher or owner must Activate team and after that student can join to team. Does have any parameter for New-Team when team was created they already had status activated?

0 Votes 0 ·
AndreasHper-7328 avatar image
0 Votes"
AndreasHper-7328 answered

What property is set by the "EDU_class" template that allows for the use of assignments?
I currently have a team of students (that was not created using the template) and we cannot use the assignments.
Is there a way to create a "class type" team via power shell w/o using the template? From my investigation of the returned properties of "Get-Team", there is no "type" property that could be set.
Frankly, I am more than upset by the (seeming) facts, that neither an exisiting team could be changed into a "class type" team - whatever this ominous unqueriable internal class property might be - nor that one could create a "class type" team without the use of above mentioned preset.

Am I correct, that the only way to achieve this, as of right now, is to create a new "class type" team and transfer all files and users by myself?

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.