79687229

Date: 2025-07-02 10:05:23
Score: 0.5
Natty:
Report link

Alternative method using the Marc LaFleur linked example. I couldn't get this to work from with application permissions.

Connect-MgGraph -Scopes "Team.Create" -NoWelcome

$params = @{
    "[email protected]" = "https://graph.microsoft.com/v1.0/teamsTemplates('educationClass')"
    displayName = "My Sample Team"
    description = "My sample team's description"
}

New-MgTeam -BodyParameter $params
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Craig.C