TeamsStatus icon indicating copy to clipboard operation
TeamsStatus copied to clipboard

Monitoring your Microsoft Teams status with PowerShell

Results 18 TeamsStatus issues
Sort by recently updated
recently updated
newest added

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...

There are some pull requests from many months ago, with some nice fixes and features. I'm wondering if the repo is still maintained?

I see that the settings file has the following entries, but the get-teamstatus.ps1 is not doing anything with those as well as the binary_sensors aren't created. $entityHeartbeat = "binary_sensor.teams_monitoring_computer" $entityHeartbeatName...

Hi, very excited about this method of updating Teams status. However, the status is always showing as unknown. Is there a log I can look at or another way to...

- Add jeedom compatibility with condition based on provisioned variables - Add a condition on $env:APPDATA : if you run it manually use it, but in service it never go...

Tail'ing the last 1000 lines twice every second results in unnecessary CPU load and disk I/O. I changed this to use the `-Wait` feature of `Get-Content`. Could shave down CPU...

Move i18n strings to separate files. This change makes it easy to add other languages to the repo in the future. This PR adds support for (default) English and Dutch.

Removed my previous pull request and am submitting this one instead. Added the ability to use this integration behind a corporate proxy server by using the default proxy settings.

Hi, maybe it's not an issue, but I had a problem with configuration because I have polish letter in my username. Entering it to config file - breaks the script....

bug

The service runs as LocalService so the $env:APPDATA path is incorrect. Resolves #33