Forum Discussion
lkimble711
Aug 30, 2023Copper Contributor
Powershell Script to see if someone is in an active Teams call/meeting
Hello all, Is there a way to tell via aPowerShell script if someone is currently in a Teams call?
HelloBenTeoh
Aug 31, 2023Bronze Contributor
Get-MgUserPresence may help you out here: Get-MgUserPresence (Microsoft.Graph.CloudCommunications) | Microsoft Learn
From Graph Explorer: