Forum Discussion
Petri-X
Oct 21, 2022Bronze Contributor
How to look up meeting ID from join URL?
 Hi there,     When user sends me a meeting link and ask to troubleshooting the meeting, then the problem is, how to find correct meeting on TAC (Teams Admin Center).     Has anybody found a way to do...
- Oct 22, 2022suggest open CQD, filter Meeting ID, display conf ID
 MS call this "19:meeting_YTM2YThmZABCDxxxxxxxxx@thread.v2" meeting ID, what displaying in TAC is "conf ID"
 as no matter what's the end, CQD is inevitable for every Call anaylyze, so I never use code to get it even code maybe faster
StevenC365
Oct 21, 2022MVP
Petri-X It's not easy, and a reasonable request.
You can get it from Graph Powershell as per Get onlineMeeting - Microsoft Graph v1.0 | Microsoft Learn
but you would need to connect to graph powershell using Application Permissions with the OnlineMeetings.Read.All claim, which is also quite an involved process to set up see Use app-only authentication with the Microsoft Graph PowerShell SDK | Microsoft Learn