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 Teams with guest users included via powershell user centric

Hi everyone, today I asked myself, how can you find microsoft teams with guest users integrated. I  did a script doing exactly this challenge. It collects all teams with guests integrated (only if you are a member) and displays the results in seperated windows. Also there will be an HTML report next to the script. …

New Powershell cmdlets for microsoft teams

Hi everyone, April 25. was the day a new version of powershell cmdlets for microsoft teams. This time the cmdlets are in beta status. https://www.powershellgallery.com/packages/MicrosoftTeams/0.9.3 This module can be installed really simple. Open an “administrative” Powershell or ISE session. Insert the following command. Install-Module MicrosoftTeams -Force -Verbose   After installation restart powershell to see if …

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