Microsoft Teams distribute company background via GPO (company branding)

Some time ago you were able to define backgrounds or bluring in Microsoft Teams. If you choose a background there are some predefined from microsoft. The download URL for backgrounds: https://statics.teams.microsoft.com/evergreen-assets/backgroundimages/ Custombackgrounds are stored inside the user %appdata%\Microsoft\Teams\Backgrounds\Uploads If you have a company and want to give your users the chance to use corporate backgrounds. …

Connect local explorer to Microsoft Teams files

UPDATE 04/04/2020: the newest teams version gives you a small button to sync, this uses the same link in sharepoint. But you can use Sharepoint version also. Teams is a really cool collaboration software from Microsoft, but some things are kind of inconvenient. Lot of customers ask me how to sync the files from teams …

O365 PowerShell Connector with encypted password files

During my daily work I need to connect to Office 365 powershell from time to time, so I also want to automate this task to safe time and also because I’m a lazy guy. Befor using my O365 connector you should read my other articles about encrypting passwords to secure string. See my prolog working …

New PowerShell Module Microsoft Teams 0.9.6 tutorial

Hi everyone, some time passed since the last articles about Microsoft Teams and PowerShell integration. So there are some breaking news.  The teams module now finally can find all teams not only the team login user is member. Whoohoo 😉 One other big improvement is that you don’t need a MS Teams license anymore for …

Find microsoft teams organization wide with guests included

Find microsoft teams organization wide with guests included Some may have read my previous article about finding guests in teams, see link. Unfortunately, with the “normal” teams cmdlets only user-based queries can be dropped, so if my user is not a member of the team, then I also do not find the O365 group.So I …