diff --git a/_toc.yml b/_toc.yml index 34164981..6ae68a26 100644 --- a/_toc.yml +++ b/_toc.yml @@ -10,6 +10,7 @@ chapters: - file: user-guide/index sections: - file: user-guide/login_servers + - file: user-guide/ms_teams - file: user-guide/evolution_for_o365 - file: user-guide/thunderbird_for_o365 - file: user-guide/xrdp diff --git a/user-guide/index.md b/user-guide/index.md index 78fbb58b..865558f2 100644 --- a/user-guide/index.md +++ b/user-guide/index.md @@ -3,6 +3,7 @@ This guide contains tricks and recipies for end users using Red Hat Enterprise Linux 7 or 8 as provided by the Core Linux Research Services group. - [Login Servers](login_servers) +- [Microsoft Teams](ms_teams) - [Connect Evolution with Office365](evolution_for_o365) - [Connect Thunderbird with Office365](thunderbird_for_o365) - [Remote Access with RDP](xrdp) diff --git a/user-guide/ms_teams.md b/user-guide/ms_teams.md new file mode 100644 index 00000000..c9920c81 --- /dev/null +++ b/user-guide/ms_teams.md @@ -0,0 +1,19 @@ +# Microsoft Teams + +There is no Microsoft Teams client package that you can install on Linux. The official client provided by Microsoft is a PWA ([Progressive Web App](https://en.wikipedia.org/wiki/Progressive_web_app)) + +For this to work you need an up-to-date browser on your linux system. + +To "install" the app simply point your browser to: https://teams.microsoft.com + +Afterwards you should have the full teams functionality available. + +More details to come ... + + +## References +- https://learn.microsoft.com/en-us/microsoftteams/troubleshoot/teams-on-linux/linux-known-issues +- https://techcommunity.microsoft.com/t5/microsoft-teams-blog/microsoft-teams-progressive-web-app-now-available-on-linux/bc-p/3690597 +- https://learn.microsoft.com/en-gb/microsoftteams/get-clients?tabs=Windows +- https://learn.microsoft.com/en-us/answers/questions/1195828/microsoft-teams-on-linux-desktop +