Microsoft Graph Teams Meeting Links Dormant for Get-MgUserOnlineMeeting

KThomas 21 Reputation points
2022-02-10T15:21:32.573+00:00

When running the cmd (Get-MgUserOnlineMeeting -Filter "JoinWebUrl eq '$JoinURL'" -UserId $userID) on a users meeting from more than a few months prior, the cmd will return an error.

(Get-MgUserOnlineMeeting : An error has occurred.)

If we 'wake up' the URL by doing this (Start-Process "msteams:$joinURL") The meeting will open to the pre join window in Teams desktop.

Without actually entering the meeting we can close that Teams window and run the same cmd (Get-MgUserOnlineMeeting -Filter "JoinWebUrl eq '$JoinURL'" -UserId $userID)

And it works.

Is there any method to programmatically 'wake up' theses URLs to query the meeting information Or is there another method of getting the online meeting ID from a different query? Right now we are using Get-MgUserCalendarview to search for meetings and pull joinURLs.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,686 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,879 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2022-03-04T13:42:22.5+00:00

    @KThomas - Could you please raise a user voice for any new features:
    https://microsoftteams.uservoice.com/forums/555103-public/filters/new

    0 comments No comments