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 Security Windows Autopilot
Microsoft Teams Development
Microsoft Teams Microsoft Teams for business Other
{count} votes

3 answers

Sort by: Most helpful
  1. Vahid Ghafarpour 23,385 Reputation points Volunteer Moderator
    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 17,336 Reputation points Volunteer Moderator
    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 8,981 Reputation points Microsoft External Staff Moderator
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.