TeamsStatus
TeamsStatus copied to clipboard
Monitoring your Microsoft Teams status with PowerShell
Add lines of code where NULL needs an action and now it work correctly when computer sleeps and returns.
When reading the logs.txt to get the $TeamsStatus variable an error may occur when the OS uses a different language that includes umlauts, for example ``` Mit Jan 19 2022...
I’ve been using this for about a month and it works well, but I am getting an issue where my status is not going back to ‘Not in a call’...
Change length of tail from 1000 to 2000 for "...\Microsoft\Teams\logs.txt"
The change made in [this commit](https://github.com/EBOOZ/TeamsStatus/commit/d100c67b346dd78c0cecb3a48ccabb2325e8be62) break the service unless it is running under your actual user account. By default the service runs as `LocalSystem` so cannot find the teams...
Suggested PR which adds in webcam monitor capability if Teams is in a call, will check registry key to see if Teams is using the webcam. If it is, it...
Reviewed the new log location and format and hacked the previous PS script together to work with the new log version. IMO, @EBOOZ 's script is a superior soltion to...
Hello, I have a setup with 2 Teams accounts running on the same device. Would the script work? The logs seem to be a bit different, ex: 2024-08-05T06:08:29.630566+03:00 0x00007f00 native_modules::UserDataCrossCloudModule:...
The current version doesn't update the mdi-icon(s). Need to check why that is.
Investigate if additional (hardware) monitoring can be added, like: - Webcam - Microphone