TeamsStatus icon indicating copy to clipboard operation
TeamsStatus copied to clipboard

The new Teams does not write to the same log file.

Open Romanmir opened this issue 1 year ago • 6 comments

I had the opportunity to update to the New Teams experience and found that it doesn't write to the same log file that the old version does. I'm not sure if this is intended or not, but people using the New Teams experience should probably be aware that, unless something changes, this will break this powershell script.

Romanmir avatar Nov 17 '23 17:11 Romanmir

I have posted an updated version of this project here before but I have a new application that handles the new Teams using the WebSockets API. Their API does not have as many data points but it works well (it does HA and MQTT)! https://github.com/AntoineGS/teams-status-rs

If ever you (or anyone reading this) finds a way of getting the Powershell script working with the New Teams I would be happy to integrate it here: https://github.com/AntoineGS/TeamsStatusV2

AntoineGS avatar Nov 22 '23 02:11 AntoineGS

@AntoineGS @EBOOZ - New teams is now writing updates to a log file located here which might be able to be used:

C:\Users\username\AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs

latetedemelon avatar Apr 02 '24 19:04 latetedemelon

Hi! I am currently on working on extending my current integration project with that file for more data points, though it is moving slowly: https://github.com/AntoineGS/teams-status-rs/issues/7

AntoineGS avatar Apr 02 '24 19:04 AntoineGS

Awesome. I’m constrained on my side so I need a non-elevated Power script only solution. My workstation whitelists exe files

On Tue, Apr 2, 2024 at 12:42 Antoine Gaudreau Simard < @.***> wrote:

Hi! I am currently on working on extending my current integration project with that file for more data points, though it is moving slowly: AntoineGS/teams-status-rs#7 https://github.com/AntoineGS/teams-status-rs/issues/7

— Reply to this email directly, view it on GitHub https://github.com/EBOOZ/TeamsStatus/issues/46#issuecomment-2032969044, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACDYM2P2TDOHUSVHKHMGFQDY3MCZTAVCNFSM6AAAAAA7QDCHCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZSHE3DSMBUGQ . You are receiving this because you commented.Message ID: @.***>

latetedemelon avatar Apr 02 '24 22:04 latetedemelon

So they do not allow running any non-approved exes? That sucks :( I am not actively making changes to the Powershell version but if there is a PR I will definitely review and merge it.

AntoineGS avatar Apr 03 '24 13:04 AntoineGS

FYI for those following, I've added a WIP PR that adds support for the new log file.

latetedemelon avatar Jun 16 '24 00:06 latetedemelon