Forum Discussion
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 probably based on their teams ID ?
Thanks in advance,everyone.
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
2 Replies
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_NgCopper ContributorThank you very much for your help on this , Linus