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

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 …

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 …

Get all microsoft teams groups with members and owners

UPDATE 29/03/2020: this article works, but now Teams Module was relaunched and can do quite more things. See my later article: https://blog.it-koehler.com/en/Archive/2074 NOTE: the following actions ONLY shows team groups created in teams, NO converted O365 groups are shown.For HTML Reports have a look in comments!   Hi everybody, I am always faced with the …

Manage Microsoft Teams with Powershell /ISE (generate teams templates)

Manage Microsoft Teams with Powershell /ISE (generate teams templates) Hi everyone, Lately, I’ve been working more and more with Microsoft teams, so I thought a lot about automating with Powershell. So here’s my first article on MS Teams administration with the help of Powershell. The aim of this article is to create a team template, …