I want to automate the process of creating Microsoft teams meeting

Arshad Ali 0 Reputation points Student Ambassador
2023-12-29T18:53:45.4733333+00:00

I want to create a Powershell script that when invoked will create a Microsoft Teams meeting how can this be achieved can anyone please help me?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,241 questions
Windows Autopilot
Windows Autopilot
A collection of Microsoft technologies used to set up and pre-configure new devices and to reset, repurpose, and recover devices.
416 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,918 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 18,885 Reputation points
    2023-12-29T21:10:17.2633333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.
    You can manage MS teams using PowerShell as described in this article:

    https://learn.microsoft.com/en-us/microsoftteams/teams-powershell-managing-teams

    Also, this guide can be a good step to start:

    https://www.spguides.com/connect-to-microsoft-teams-powershell/

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    0 comments No comments

  2. Reza-Ameri 16,836 Reputation points
    2023-12-29T21:13:55.2466667+00:00

    You could do this using the Graph API.

    Have a look at:

    https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings

    0 comments No comments

  3. Prasad-MSFT 5,706 Reputation points Microsoft Vendor
    2024-01-01T06:21:32.1933333+00:00

    Please follow this document which explains how to create an online meeting on behalf of a user.

    https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.cloudcommunications/new-mguseronlinemeeting?view=graph-powershell-1.0

    Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    0 comments No comments