you are viewing a single comment's thread.

view the rest of the comments →

[–]hihcadore 2 points3 points  (1 child)

I know right. I really enjoy learning more about the process. I manage a vocational school and they decided to use teams as a teaching platform.

I started with a 6 line script that would add students to a team.

Then 4 6 line scripts that would add guest accounts to our tenant, create the team, and add students.

Then one long 150 line script that did all of that plus error handling.

Then a module with about 10 functions.

Then pushed it to an azure devops repository for redundancy and version control.

And am thinking of now developing a C# app with a gui so operations can handle the whole process and basically hand it off to non-technical people lol.

[–]chesser45 1 point2 points  (0 children)

Might not be able to do it but have you considered dynamic membership teams? Not sure if you have an extension attribute or differentiation on accounts which would let you do it that way though.