Forum Discussion
Sean_Ng
Dec 02, 2019Copper Contributor
i need a powershell command or script to check on MS teams client online status
Hi all, as per subject i like to check with you all if you can help me on coming up with powershell command or even better a script that can check on the online status of MS Teams client , most prob...
- Dec 03, 2019
Sean_Ng I guess you want the check the presence of the user in Teams? Check if they are online, busy, away or busy?
There is new Graph API for presence available in beta that you can use. I don't have any example but check this blog article.
http://windowspbx.blogspot.com/2019/11/microsoft-teams-presence-graph-api-how.html
LinusCansby
Dec 03, 2019MVP
Sean_Ng I guess you want the check the presence of the user in Teams? Check if they are online, busy, away or busy?
There is new Graph API for presence available in beta that you can use. I don't have any example but check this blog article.
http://windowspbx.blogspot.com/2019/11/microsoft-teams-presence-graph-api-how.html
Sean_Ng
Dec 09, 2019Copper Contributor
Thank you very much for your help on this , Linus