Forum Discussion
Creating classes using powershell 2020
Thanks for your help, the thing is that I absolutely need the classroom template to create proper teams, but your first post gave me a great idea, it's a bit complex just to create a class but it might work.
I'm going to try to create the teams like I usually do but with a slight difference like I said :
"so I have to put something like : class20B to make it work"
and then i'll use the :
Set-UnifiedGroup -Identity "class20B@domain1.fr" -PrimarySmtpAddress "mailto:class20@domain1.fr
to change the address so I won't have to manually change the adresses in the administration web page.
I wonder if it will make an error, I'll keep this post updated.
Thanks again.
Gabriel
- Gab7Sep 07, 2020Copper Contributor
It worked !!
I now create my classes using the teams module but with a slight difference (like I said before) and when all teams are created, I use the given GroupID and the following command (with the exchange online module this time) :
Set-UnifiedGroup -Identity $GroupID -PrimarySmtpAddress $MailAfter
And it changes the primary address 🙂
thx for your help